class Google::Apis::BooksV1::DictLayerData::Dict::Source
The source, url and attribution for this dictionary data.
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 896 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 901 def update!(**args) @attribution = args[:attribution] if args.key?(:attribution) @url = args[:url] if args.key?(:url) end