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 lib/google/apis/books_v1/classes.rb, line 1295 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 1300 def update!(**args) @attribution = args[:attribution] if args.key?(:attribution) @url = args[:url] if args.key?(:url) end