class Google::Apis::BooksV1::Volume::AccessInfo::Epub

Information about epub content. (In LITE projection.)

Attributes

is_available[RW]

Is a flowing text epub available either as public domain or for purchase. (In LITE projection.) Corresponds to the JSON property `isAvailable` @return [Boolean]

is_available?[RW]

Is a flowing text epub available either as public domain or for purchase. (In LITE projection.) Corresponds to the JSON property `isAvailable` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 3217
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 3222
def update!(**args)
  @acs_token_link = args[:acs_token_link] if args.key?(:acs_token_link)
  @download_link = args[:download_link] if args.key?(:download_link)
  @is_available = args[:is_available] if args.key?(:is_available)
end