Class: Marktable::Tables::Base::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/marktable/tables/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



11
12
13
# File 'lib/marktable/tables/base.rb', line 11

def headers
  @headers
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



11
12
13
# File 'lib/marktable/tables/base.rb', line 11

def rows
  @rows
end