Class: Trailblazer::Activity::Schema::Nodes

Inherits:
Hash
  • Object
show all
Defined in:
lib/trailblazer/activity/schema.rb

Defined Under Namespace

Classes: Attributes

Instance Method Summary collapse

Instance Method Details

#to_hObject

Returns a hash containing the schema’s components.



11
12
13
14
15
# File 'lib/trailblazer/activity/schema.rb', line 11

class Nodes < Hash
  # In Attributes we store data from Intermediate and Implementing compile-time.
  # This would be lost otherwise.
  Attributes = Struct.new(:id, :task, :data, :outputs)
end