Class: Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/books_v1/classes.rb,
lib/google/apis/books_v1/representations.rb,
lib/google/apis/books_v1/representations.rb
Instance Attribute Summary collapse
-
#processing_state ⇒ String
Corresponds to the JSON property
processingState
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserUploadedVolumeInfo
constructor
A new instance of UserUploadedVolumeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserUploadedVolumeInfo
Returns a new instance of UserUploadedVolumeInfo.
3835 3836 3837 |
# File 'lib/google/apis/books_v1/classes.rb', line 3835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#processing_state ⇒ String
Corresponds to the JSON property processingState
3833 3834 3835 |
# File 'lib/google/apis/books_v1/classes.rb', line 3833 def processing_state @processing_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3840 3841 3842 |
# File 'lib/google/apis/books_v1/classes.rb', line 3840 def update!(**args) @processing_state = args[:processing_state] if args.key?(:processing_state) end |