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

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 982
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 987
def update!(**args)
  @attribution = args[:attribution] if args.key?(:attribution)
  @url = args[:url] if args.key?(:url)
end