Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation
- 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
Instance Attribute Summary collapse
-
#type ⇒ String
Corresponds to the JSON property
type
. -
#value ⇒ String
Corresponds to the JSON property
value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Conjugation
constructor
A new instance of Conjugation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Conjugation
Returns a new instance of Conjugation
1117 1118 1119 |
# File 'generated/google/apis/books_v1/classes.rb', line 1117 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
1110 1111 1112 |
# File 'generated/google/apis/books_v1/classes.rb', line 1110 def type @type end |
#value ⇒ String
Corresponds to the JSON property value
1115 1116 1117 |
# File 'generated/google/apis/books_v1/classes.rb', line 1115 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1122 1123 1124 1125 |
# File 'generated/google/apis/books_v1/classes.rb', line 1122 def update!(**args) @type = args[:type] if args.key?(:type) @value = args[:value] if args.key?(:value) end |