Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Synonym

Returns a new instance of Synonym.



1243
1244
1245
# File 'generated/google/apis/books_v1/classes.rb', line 1243

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#sourceGoogle::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Source

Corresponds to the JSON property source



1236
1237
1238
# File 'generated/google/apis/books_v1/classes.rb', line 1236

def source
  @source
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


1241
1242
1243
# File 'generated/google/apis/books_v1/classes.rb', line 1241

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1248
1249
1250
1251
# File 'generated/google/apis/books_v1/classes.rb', line 1248

def update!(**args)
  @source = args[:source] if args.key?(:source)
  @text = args[:text] if args.key?(:text)
end