Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
- 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
Overview
The viewport for showing this location. This is a latitude, longitude rectangle.
Defined Under Namespace
Instance Attribute Summary collapse
-
#hi ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
Corresponds to the JSON property
hi
. -
#lo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
Corresponds to the JSON property
lo
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Viewport
constructor
A new instance of Viewport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Viewport
Returns a new instance of Viewport.
1866 1867 1868 |
# File 'generated/google/apis/books_v1/classes.rb', line 1866 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hi ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
Corresponds to the JSON property hi
1859 1860 1861 |
# File 'generated/google/apis/books_v1/classes.rb', line 1859 def hi @hi end |
#lo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
Corresponds to the JSON property lo
1864 1865 1866 |
# File 'generated/google/apis/books_v1/classes.rb', line 1864 def lo @lo end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1871 1872 1873 1874 |
# File 'generated/google/apis/books_v1/classes.rb', line 1871 def update!(**args) @hi = args[:hi] if args.key?(:hi) @lo = args[:lo] if args.key?(:lo) end |