Class: Plumbing::Operation::Generator::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/plumbing/operation/generator.rb

Overview

kind: :action|:decision|:wait|:result

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/plumbing/operation/generator.rb', line 10

def id
  @id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/plumbing/operation/generator.rb', line 10

def kind
  @kind
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'lib/plumbing/operation/generator.rb', line 10

def label
  @label
end