Class: Ibex::Tables::TableSet
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Tables::TableSet
- Defined in:
- lib/ibex/tables.rb,
sig/ibex/tables.rbs
Overview
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.
Class Method Summary collapse
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def actions @actions end |
#default_actions ⇒ Object
Returns the value of attribute default_actions
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def default_actions @default_actions end |
#gotos ⇒ Object
Returns the value of attribute gotos
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def gotos @gotos end |
Class Method Details
.new(actions:, gotos:, default_actions:) ⇒ instance .new(arg0) ⇒ instance
17 18 |
# File 'sig/ibex/tables.rbs', line 17
def self.new: (?actions: untyped, ?gotos: untyped, ?default_actions: untyped) -> instance
| ({ ?actions: untyped, ?gotos: untyped, ?default_actions: untyped }) -> instance
|