Class: INatGet::Data::DSL::Condition::Anything
Instance Attribute Summary
#manager, #model
#api_query, #sequel_query
#AND, #ANYTHING, #NOT, #NOTHING, #OR, #Q, #finish_time, #get_identification, #get_observation, #get_place, #get_project, #get_taxon, #get_user, #now, #select_identifications, #select_observations, #select_places, #select_projects, #select_taxa, #select_users, #start_time, #time_range, #today, #version, #version!, #version?, #version_alias
Instance Method Details
172
173
174
|
# File 'lib/inat-get/data/dsl/conditions/base.rb', line 172
def !
NOTHING
end
|
162
163
164
|
# File 'lib/inat-get/data/dsl/conditions/base.rb', line 162
def & other
other
end
|
167
168
169
|
# File 'lib/inat-get/data/dsl/conditions/base.rb', line 167
def | other
self
end
|