Class: Unresponsys::Table
- Extended by:
- Forwardable
- Defined in:
- lib/unresponsys/table.rb
Defined Under Namespace
Classes: Rows
Instance Attribute Summary collapse
-
#folder ⇒ Object
readonly
Returns the value of attribute folder.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(folder, table_name) ⇒ Table
constructor
A new instance of Table.
- #rows ⇒ Object
Constructor Details
#initialize(folder, table_name) ⇒ Table
Returns a new instance of Table.
7 8 9 10 |
# File 'lib/unresponsys/table.rb', line 7 def initialize(folder, table_name) @folder = folder @name = table_name end |