Class: Bio::BaseSpace::CoverageResponse

Inherits:
Model
  • Object
show all
Defined in:
lib/basespace/model/coverage_response.rb

Overview

Response of a coverage object.

Instance Attribute Summary

Attributes inherited from Model

#attributes, #swagger_types

Instance Method Summary collapse

Methods inherited from Model

#get_attr, #method_missing, #set_attr, #to_s

Constructor Details

#initializeCoverageResponse

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