Class: Flexr::Automaton::CompiledSpec
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::CompiledSpec
- Defined in:
- lib/flexr/automaton/types.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#machines ⇒ Object
Returns the value of attribute machines.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#states ⇒ Object
Returns the value of attribute states.
-
#stats ⇒ Object
Returns the value of attribute stats.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
11 12 13 |
# File 'lib/flexr/automaton/types.rb', line 11 def diagnostics @diagnostics end |
#machines ⇒ Object
Returns the value of attribute machines
11 12 13 |
# File 'lib/flexr/automaton/types.rb', line 11 def machines @machines end |
#rules ⇒ Object
Returns the value of attribute rules
11 12 13 |
# File 'lib/flexr/automaton/types.rb', line 11 def rules @rules end |
#states ⇒ Object
Returns the value of attribute states
11 12 13 |
# File 'lib/flexr/automaton/types.rb', line 11 def states @states end |
#stats ⇒ Object
Returns the value of attribute stats
11 12 13 |
# File 'lib/flexr/automaton/types.rb', line 11 def stats @stats end |