Class: ChronoForge::Definition::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/chrono_forge/definition.rb

Overview

kind: :seq :conditional :fanout :join :terminal

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



23
24
25
# File 'lib/chrono_forge/definition.rb', line 23

def from
  @from
end

#guardObject

Returns the value of attribute guard

Returns:

  • (Object)

    the current value of guard



23
24
25
# File 'lib/chrono_forge/definition.rb', line 23

def guard
  @guard
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



23
24
25
# File 'lib/chrono_forge/definition.rb', line 23

def kind
  @kind
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



23
24
25
# File 'lib/chrono_forge/definition.rb', line 23

def to
  @to
end