Class: Orchestrate::Application::SchemaGraph
- Inherits:
-
Object
- Object
- Orchestrate::Application::SchemaGraph
- Defined in:
- lib/orchestrate_application/schema_collection.rb
Overview
Schema support object.
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#to_collection ⇒ Object
readonly
Returns the value of attribute to_collection.
Instance Method Summary collapse
-
#initialize(kind, to_collection) ⇒ SchemaGraph
constructor
A new instance of SchemaGraph.
Constructor Details
#initialize(kind, to_collection) ⇒ SchemaGraph
Returns a new instance of SchemaGraph.
48 49 50 |
# File 'lib/orchestrate_application/schema_collection.rb', line 48 def initialize(kind, to_collection) @kind, @to_collection = kind, to_collection end |
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind.
47 48 49 |
# File 'lib/orchestrate_application/schema_collection.rb', line 47 def kind @kind end |
#to_collection ⇒ Object (readonly)
Returns the value of attribute to_collection.
47 48 49 |
# File 'lib/orchestrate_application/schema_collection.rb', line 47 def to_collection @to_collection end |