Class: Ibex::Tables::TableSet
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Tables::TableSet
- Defined in:
- lib/ibex/tables.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#default_actions ⇒ Object
Returns the value of attribute default_actions.
-
#gotos ⇒ Object
Returns the value of attribute gotos.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
17 18 19 |
# File 'lib/ibex/tables.rb', line 17 def actions @actions end |
#default_actions ⇒ Object
Returns the value of attribute default_actions
17 18 19 |
# File 'lib/ibex/tables.rb', line 17 def default_actions @default_actions end |
#gotos ⇒ Object
Returns the value of attribute gotos
17 18 19 |
# File 'lib/ibex/tables.rb', line 17 def gotos @gotos end |