class Orchestrate::Application::SchemaGraph

Schema support object.

Attributes

kind[R]
to_collection[R]

Public Class Methods

new(kind, to_collection) click to toggle source
# File rails/lib/orchestrate_application/schema_collection.rb, line 48
def initialize(kind, to_collection)
  @kind, @to_collection = kind, to_collection
end