Class: Bio::BaseSpace::PurchaseResponse
- Defined in:
- lib/basespace/model/purchase_response.rb
Overview
A Purchase response.
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize ⇒ PurchaseResponse
constructor
Create a new PurchaseResponse instance.
Methods inherited from Model
#get_attr, #method_missing, #set_attr, #to_str
Constructor Details
#initialize ⇒ PurchaseResponse
Create a new PurchaseResponse instance.
23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/basespace/model/purchase_response.rb', line 23 def initialize @swagger_types = { 'ResponseStatus' => 'ResponseStatus', 'Response' => 'Purchase', 'Notifications' => 'list<Str>', } @attributes = { 'ResponseStatus' => nil, # ResponseStatus 'Response' => nil, # Purchase 'Notifications' => nil, # list<Str> } end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bio::BaseSpace::Model