Class: Neows::Models::Browse

Inherits:
BaseModel show all
Includes:
LinkNavigation, Pagination
Defined in:
lib/neows/models/browse.rb

Instance Attribute Summary collapse

Attributes included from Pagination

#page

Attributes included from LinkNavigation

#links

Attributes inherited from BaseModel

#client

Method Summary

Methods included from LinkNavigation

#next, #prev

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Neows::Models::BaseModel

Instance Attribute Details

#near_earth_objectsArray<Neows::Models::NearEarthObjects]

Returns Array<Neows::Models::NearEarthObjects].

Returns:

  • (Array<Neows::Models::NearEarthObjects])

    Array<Neows::Models::NearEarthObjects]



16
# File 'lib/neows/models/browse.rb', line 16

attribute :near_earth_objects, Array[Neows::Models::NearEarthObject]