Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example
- 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
Defined Under Namespace
Classes: Source
Instance Attribute Summary collapse
-
#source ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Source
Corresponds to the JSON property
source
. -
#text ⇒ String
Corresponds to the JSON property
text
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Example
constructor
A new instance of Example.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Example
Returns a new instance of Example
1166 1167 1168 |
# File 'generated/google/apis/books_v1/classes.rb', line 1166 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Source
Corresponds to the JSON property source
1159 1160 1161 |
# File 'generated/google/apis/books_v1/classes.rb', line 1159 def source @source end |
#text ⇒ String
Corresponds to the JSON property text
1164 1165 1166 |
# File 'generated/google/apis/books_v1/classes.rb', line 1164 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1171 1172 1173 1174 |
# File 'generated/google/apis/books_v1/classes.rb', line 1171 def update!(**args) @source = args[:source] if args.key?(:source) @text = args[:text] if args.key?(:text) end |