Module: MetrixDB::InstanceMethods
- Defined in:
- lib/metrix_db.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
10 11 12 |
# File 'lib/metrix_db.rb', line 10 def data @data end |
Instance Method Details
#initialize(data = []) ⇒ Object
11 12 13 |
# File 'lib/metrix_db.rb', line 11 def initialize(data = []) @data = data end |