Class: Bio::BaseSpace::VariantInfo

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

Overview

Variant info model.

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

#initializeVariantInfo

Create a new VariantInfo instance.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/basespace/model/variant_info.rb', line 23

def initialize
  @swagger_types = {
    'CIGAR'        => 'list<Str>',
    'IDREP'        => 'list<Str>',
    'REFREP'       => 'list<Str>',
    'RU'           => 'list<Str>',
    'VARTYPE_DEL'  => 'list<Str>',
    'VARTYPE_INS'  => 'list<Str>',
    'VARTYPE_SNV'  => 'list<Str>',
  }
  @attributes = {
    'CIGAR'        => nil,
    'IDREP'        => nil,
    'REFREP'       => nil,
    'RU'           => nil,
    'VARTYPE_DEL'  => nil,
    'VARTYPE_INS'  => nil,
    'VARTYPE_SNV'  => nil,
  }
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bio::BaseSpace::Model