Class: Google::Apis::BooksV1::GeoLayerData
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::GeoLayerData
- 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
Defined Under Namespace
Instance Attribute Summary collapse
-
#common ⇒ Google::Apis::BooksV1::GeoLayerData::Common
Corresponds to the JSON property
common
. -
#geo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo
Corresponds to the JSON property
geo
. -
#kind ⇒ String
Corresponds to the JSON property
kind
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GeoLayerData
constructor
A new instance of GeoLayerData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GeoLayerData
Returns a new instance of GeoLayerData.
1729 1730 1731 |
# File 'lib/google/apis/books_v1/classes.rb', line 1729 def initialize(**args) update!(**args) end |
Instance Attribute Details
#common ⇒ Google::Apis::BooksV1::GeoLayerData::Common
Corresponds to the JSON property common
1717 1718 1719 |
# File 'lib/google/apis/books_v1/classes.rb', line 1717 def common @common end |
#geo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo
Corresponds to the JSON property geo
1722 1723 1724 |
# File 'lib/google/apis/books_v1/classes.rb', line 1722 def geo @geo end |
#kind ⇒ String
Corresponds to the JSON property kind
1727 1728 1729 |
# File 'lib/google/apis/books_v1/classes.rb', line 1727 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1734 1735 1736 1737 1738 |
# File 'lib/google/apis/books_v1/classes.rb', line 1734 def update!(**args) @common = args[:common] if args.key?(:common) @geo = args[:geo] if args.key?(:geo) @kind = args[:kind] if args.key?(:kind) end |