Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/books_v1/classes.rb,
lib/google/apis/books_v1/representations.rb,
lib/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.
1865 1866 1867 |
# File 'lib/google/apis/books_v1/classes.rb', line 1865 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hi ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
Corresponds to the JSON property hi
1858 1859 1860 |
# File 'lib/google/apis/books_v1/classes.rb', line 1858 def hi @hi end |
#lo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
Corresponds to the JSON property lo
1863 1864 1865 |
# File 'lib/google/apis/books_v1/classes.rb', line 1863 def lo @lo end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1870 1871 1872 1873 |
# File 'lib/google/apis/books_v1/classes.rb', line 1870 def update!(**args) @hi = args[:hi] if args.key?(:hi) @lo = args[:lo] if args.key?(:lo) end |