Class: GBTiles::GBT::MODData::Sample

Inherits:
Object
  • Object
show all
Defined in:
lib/gbtiles/gbt/mod_data/sample.rb

Instance Attribute Summary collapse

Instance Attribute Details

#finetuneObject

Returns the value of attribute finetune.



8
9
10
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 8

def finetune
  @finetune
end

#lengthObject

Returns the value of attribute length.



7
8
9
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 7

def length
  @length
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 6

def name
  @name
end

#repeat_lengthObject

Returns the value of attribute repeat_length.



11
12
13
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 11

def repeat_length
  @repeat_length
end

#repeat_pointObject

Returns the value of attribute repeat_point.



10
11
12
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 10

def repeat_point
  @repeat_point
end

#volumeObject

Returns the value of attribute volume.



9
10
11
# File 'lib/gbtiles/gbt/mod_data/sample.rb', line 9

def volume
  @volume
end