Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
- 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) ⇒ Lo
constructor
A new instance of Lo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Lo
Returns a new instance of Lo.
1915 1916 1917 |
# File 'generated/google/apis/books_v1/classes.rb', line 1915 def initialize(**args) update!(**args) end |
Instance Attribute Details
#latitude ⇒ Float
Corresponds to the JSON property latitude
1908 1909 1910 |
# File 'generated/google/apis/books_v1/classes.rb', line 1908 def latitude @latitude end |
#longitude ⇒ Float
Corresponds to the JSON property longitude
1913 1914 1915 |
# File 'generated/google/apis/books_v1/classes.rb', line 1913 def longitude @longitude end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1920 1921 1922 1923 |
# File 'generated/google/apis/books_v1/classes.rb', line 1920 def update!(**args) @latitude = args[:latitude] if args.key?(:latitude) @longitude = args[:longitude] if args.key?(:longitude) end |