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