Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Example
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::DictLayerData::Dict::Word::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::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
1007 1008 1009 |
# File 'generated/google/apis/books_v1/classes.rb', line 1007 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ Google::Apis::BooksV1::DictLayerData::Dict::Word::Example::Source
Corresponds to the JSON property source
1000 1001 1002 |
# File 'generated/google/apis/books_v1/classes.rb', line 1000 def source @source end |
#text ⇒ String
Corresponds to the JSON property text
1005 1006 1007 |
# File 'generated/google/apis/books_v1/classes.rb', line 1005 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1012 1013 1014 1015 |
# File 'generated/google/apis/books_v1/classes.rb', line 1012 def update!(**args) @source = args[:source] if args.key?(:source) @text = args[:text] if args.key?(:text) end |