Class: Transition
- Inherits:
-
Object
- Object
- Transition
- Defined in:
- lib/MINT-scxml/scxml-parser.rb
Instance Attribute Summary collapse
-
#cond ⇒ Object
Returns the value of attribute cond.
-
#event ⇒ Object
Returns the value of attribute event.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#cond ⇒ Object
Returns the value of attribute cond.
13 14 15 |
# File 'lib/MINT-scxml/scxml-parser.rb', line 13 def cond @cond end |
#event ⇒ Object
Returns the value of attribute event.
13 14 15 |
# File 'lib/MINT-scxml/scxml-parser.rb', line 13 def event @event end |
#target ⇒ Object
Returns the value of attribute target.
13 14 15 |
# File 'lib/MINT-scxml/scxml-parser.rb', line 13 def target @target end |