Class: Trailblazer::Activity::Schema::Nodes
- Inherits:
-
Hash
- Object
- Hash
- Trailblazer::Activity::Schema::Nodes
- Defined in:
- lib/trailblazer/activity/schema.rb
Defined Under Namespace
Classes: Attributes
Instance Method Summary collapse
-
#to_h ⇒ Object
Returns a hash containing the schema’s components.
Instance Method Details
#to_h ⇒ Object
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 |