Module: Phoebe::Models::Data::Observations::Recent

Defined in:
lib/phoebe/models/data/observations/recent/notable_list_params.rb,
lib/phoebe/models/data/observations/recent/historic_list_params.rb,
lib/phoebe/models/data/observations/recent/notable_list_response.rb,
lib/phoebe/models/data/observations/recent/historic_list_response.rb,
lib/phoebe/models/data/observations/recent/specie_retrieve_params.rb,
lib/phoebe/models/data/observations/recent/specie_retrieve_response.rb

Defined Under Namespace

Classes: HistoricListParams, NotableListParams, SpecieRetrieveParams

Constant Summary collapse

NotableListResponse =
Phoebe::Internal::Type::ArrayOf[-> { Phoebe::Data::Observation }]
HistoricListResponse =
Phoebe::Internal::Type::ArrayOf[-> { Phoebe::Data::Observation }]
SpecieRetrieveResponse =
Phoebe::Internal::Type::ArrayOf[-> { Phoebe::Data::Observation }]