class Google::Apis::BooksV1::Volume::VolumeInfo::ReadingModes
The reading modes available for this volume.
Attributes
image[RW]
Corresponds to the JSON property `image` @return [Boolean]
image?[RW]
Corresponds to the JSON property `image` @return [Boolean]
text[RW]
Corresponds to the JSON property `text` @return [Boolean]
text?[RW]
Corresponds to the JSON property `text` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 4197 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 4202 def update!(**args) @image = args[:image] if args.key?(:image) @text = args[:text] if args.key?(:text) end