Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Float
Corresponds to the JSON property
latitude
. -
#longitude ⇒ Float
Corresponds to the JSON property
longitude
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Hi
constructor
A new instance of Hi.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Hi
Returns a new instance of Hi
1827 1828 1829 |
# File 'generated/google/apis/books_v1/classes.rb', line 1827 def initialize(**args) update!(**args) end |
Instance Attribute Details
#latitude ⇒ Float
Corresponds to the JSON property latitude
1820 1821 1822 |
# File 'generated/google/apis/books_v1/classes.rb', line 1820 def latitude @latitude end |
#longitude ⇒ Float
Corresponds to the JSON property longitude
1825 1826 1827 |
# File 'generated/google/apis/books_v1/classes.rb', line 1825 def longitude @longitude end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1832 1833 1834 1835 |
# File 'generated/google/apis/books_v1/classes.rb', line 1832 def update!(**args) @latitude = args[:latitude] if args.key?(:latitude) @longitude = args[:longitude] if args.key?(:longitude) end |