class Google::Apis::BooksV1::DictLayerData::Dict::Word::Example::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 1032 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 1037 def update!(**args) @attribution = args[:attribution] if args.key?(:attribution) @url = args[:url] if args.key?(:url) end