Class: State
- Inherits:
-
Object
- Object
- State
- Defined in:
- lib/MINT-scxml/scxml-parser.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#initial ⇒ Object
Returns the value of attribute initial.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/MINT-scxml/scxml-parser.rb', line 9 def id @id end |
#initial ⇒ Object
Returns the value of attribute initial.
9 10 11 |
# File 'lib/MINT-scxml/scxml-parser.rb', line 9 def initial @initial end |