Class: Vernier::Output::FileListing::SamplesByLocation

Inherits:
Object
  • Object
show all
Defined in:
lib/vernier/output/file_listing.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSamplesByLocation

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

#selfObject

Returns the value of attribute self.



13
14
15
# File 'lib/vernier/output/file_listing.rb', line 13

def self
  @self
end

#totalObject

Returns the value of attribute total.



13
14
15
# File 'lib/vernier/output/file_listing.rb', line 13

def total
  @total
end