Class: Orchestrate::Application::SchemaGraph

Inherits:
Object
  • Object
show all
Defined in:
lib/orchestrate_application/schema_collection.rb

Overview

Schema support object.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#kindObject (readonly)

Returns the value of attribute kind.



47
48
49
# File 'lib/orchestrate_application/schema_collection.rb', line 47

def kind
  @kind
end

#to_collectionObject (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