class Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation
Attributes
type[RW]
Corresponds to the JSON property `type` @return [String]
value[RW]
Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 1118 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 1123 def update!(**args) @type = args[:type] if args.key?(:type) @value = args[:value] if args.key?(:value) end