Class: Marktable::Tables::Base::Result
- Inherits:
-
Struct
- Object
- Struct
- Marktable::Tables::Base::Result
- Defined in:
- lib/marktable/tables/base.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
11 12 13 |
# File 'lib/marktable/tables/base.rb', line 11 def headers @headers end |
#rows ⇒ Object
Returns the value of attribute rows
11 12 13 |
# File 'lib/marktable/tables/base.rb', line 11 def rows @rows end |