Class: Upkeep::DAG::Node

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/dag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/upkeep/dag.rb', line 8

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/upkeep/dag.rb', line 8

def kind
  @kind
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



8
9
10
# File 'lib/upkeep/dag.rb', line 8

def payload
  @payload
end