Class: Google::Apis::BooksV1::Volume::UserInfo::RentalPeriod

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

Overview

Period during this book is/was a valid rental.

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) ⇒ RentalPeriod

Returns a new instance of RentalPeriod



3604
3605
3606
# File 'generated/google/apis/books_v1/classes.rb', line 3604

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

Instance Attribute Details

#end_utc_secFixnum

Corresponds to the JSON property endUtcSec

Returns:

  • (Fixnum)


3597
3598
3599
# File 'generated/google/apis/books_v1/classes.rb', line 3597

def end_utc_sec
  @end_utc_sec
end

#start_utc_secFixnum

Corresponds to the JSON property startUtcSec

Returns:

  • (Fixnum)


3602
3603
3604
# File 'generated/google/apis/books_v1/classes.rb', line 3602

def start_utc_sec
  @start_utc_sec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3609
3610
3611
3612
# File 'generated/google/apis/books_v1/classes.rb', line 3609

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