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