Class: Vernier::Output::FileListing::SamplesByLocation
- Inherits:
-
Object
- Object
- Vernier::Output::FileListing::SamplesByLocation
- Defined in:
- lib/vernier/output/file_listing.rb
Instance Attribute Summary collapse
-
#self ⇒ Object
Returns the value of attribute self.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize ⇒ SamplesByLocation
constructor
A new instance of SamplesByLocation.
Constructor Details
#initialize ⇒ SamplesByLocation
Returns a new instance of SamplesByLocation.
14 15 16 |
# File 'lib/vernier/output/file_listing.rb', line 14 def initialize @self = @total = 0 end |
Instance Attribute Details
#self ⇒ Object
Returns the value of attribute self.
13 14 15 |
# File 'lib/vernier/output/file_listing.rb', line 13 def self @self end |
#total ⇒ Object
Returns the value of attribute total.
13 14 15 |
# File 'lib/vernier/output/file_listing.rb', line 13 def total @total end |