Class: ChronoForge::Definition::Edge
- Inherits:
-
Struct
- Object
- Struct
- ChronoForge::Definition::Edge
- Defined in:
- lib/chrono_forge/definition.rb
Overview
kind: :seq :conditional :fanout :join :terminal
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#guard ⇒ Object
Returns the value of attribute guard.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
23 24 25 |
# File 'lib/chrono_forge/definition.rb', line 23 def from @from end |
#guard ⇒ Object
Returns the value of attribute guard
23 24 25 |
# File 'lib/chrono_forge/definition.rb', line 23 def guard @guard end |
#kind ⇒ Object
Returns the value of attribute kind
23 24 25 |
# File 'lib/chrono_forge/definition.rb', line 23 def kind @kind end |
#to ⇒ Object
Returns the value of attribute to
23 24 25 |
# File 'lib/chrono_forge/definition.rb', line 23 def to @to end |