Class: Google::Apis::BooksV1::Volumes

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Volumes

Returns a new instance of Volumes.



4444
4445
4446
# File 'generated/google/apis/books_v1/classes.rb', line 4444

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#itemsArray<Google::Apis::BooksV1::Volume>

A list of volumes. Corresponds to the JSON property items

Returns:



4431
4432
4433
# File 'generated/google/apis/books_v1/classes.rb', line 4431

def items
  @items
end

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


4436
4437
4438
# File 'generated/google/apis/books_v1/classes.rb', line 4436

def kind
  @kind
end

#total_itemsFixnum

Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated. Corresponds to the JSON property totalItems

Returns:

  • (Fixnum)


4442
4443
4444
# File 'generated/google/apis/books_v1/classes.rb', line 4442

def total_items
  @total_items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4449
4450
4451
4452
4453
# File 'generated/google/apis/books_v1/classes.rb', line 4449

def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
  @total_items = args[:total_items] if args.key?(:total_items)
end