class Google::Apis::BooksV1::DictLayerData::Dict::Word::Source

The words with different meanings but not related words, e.g. “go” (game) and “ go” (verb).

Attributes

attribution[RW]

Corresponds to the JSON property `attribution` @return [String]

url[RW]

Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 1293
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/books_v1/classes.rb, line 1298
def update!(**args)
  @attribution = args[:attribution] if args.key?(:attribution)
  @url = args[:url] if args.key?(:url)
end