Class: Md2key::Nodes::Table
- Inherits:
-
Struct
- Object
- Struct
- Md2key::Nodes::Table
- Defined in:
- lib/md2key/nodes/table.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#data ⇒ Object
Returns the value of attribute data.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
3 4 5 |
# File 'lib/md2key/nodes/table.rb', line 3 def columns @columns end |
#data ⇒ Object
Returns the value of attribute data
3 4 5 |
# File 'lib/md2key/nodes/table.rb', line 3 def data @data end |
#rows ⇒ Object
Returns the value of attribute rows
3 4 5 |
# File 'lib/md2key/nodes/table.rb', line 3 def rows @rows end |