Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition
- 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
Classes: Example
Instance Attribute Summary collapse
-
#definition ⇒ String
Corresponds to the JSON property
definition
. -
#examples ⇒ Array<Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example>
Corresponds to the JSON property
examples
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Definition
constructor
A new instance of Definition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Definition
Returns a new instance of Definition.
1143 1144 1145 |
# File 'lib/google/apis/books_v1/classes.rb', line 1143 def initialize(**args) update!(**args) end |
Instance Attribute Details
#definition ⇒ String
Corresponds to the JSON property definition
1136 1137 1138 |
# File 'lib/google/apis/books_v1/classes.rb', line 1136 def definition @definition end |
#examples ⇒ Array<Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example>
Corresponds to the JSON property examples
1141 1142 1143 |
# File 'lib/google/apis/books_v1/classes.rb', line 1141 def examples @examples end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1148 1149 1150 1151 |
# File 'lib/google/apis/books_v1/classes.rb', line 1148 def update!(**args) @definition = args[:definition] if args.key?(:definition) @examples = args[:examples] if args.key?(:examples) end |