Class: Google::Apis::BooksV1::Series

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

Defined Under Namespace

Classes: Series

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Series

Returns a new instance of Series



2427
2428
2429
# File 'generated/google/apis/books_v1/classes.rb', line 2427

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

Instance Attribute Details

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


2420
2421
2422
# File 'generated/google/apis/books_v1/classes.rb', line 2420

def kind
  @kind
end

#seriesArray<Google::Apis::BooksV1::Series::Series>

Corresponds to the JSON property series



2425
2426
2427
# File 'generated/google/apis/books_v1/classes.rb', line 2425

def series
  @series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2432
2433
2434
2435
# File 'generated/google/apis/books_v1/classes.rb', line 2432

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