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