Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example

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) ⇒ Example

Returns a new instance of Example.



1167
1168
1169
# File 'generated/google/apis/books_v1/classes.rb', line 1167

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

Instance Attribute Details

#sourceGoogle::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Source

Corresponds to the JSON property source



1160
1161
1162
# File 'generated/google/apis/books_v1/classes.rb', line 1160

def source
  @source
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


1165
1166
1167
# File 'generated/google/apis/books_v1/classes.rb', line 1165

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1172
1173
1174
1175
# File 'generated/google/apis/books_v1/classes.rb', line 1172

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