Class: Google::Apis::BooksV1::DictLayerData::Dict::Word::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.



1008
1009
1010
# File 'generated/google/apis/books_v1/classes.rb', line 1008

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

Instance Attribute Details

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

Corresponds to the JSON property source



1001
1002
1003
# File 'generated/google/apis/books_v1/classes.rb', line 1001

def source
  @source
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


1006
1007
1008
# File 'generated/google/apis/books_v1/classes.rb', line 1006

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1013
1014
1015
1016
# File 'generated/google/apis/books_v1/classes.rb', line 1013

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