Class: Kampainer::SchemaCollection

Inherits:
SchemaObject show all
Extended by:
Forwardable
Defined in:
lib/kampainer/schema_object.rb

Overview

Instance Method Summary collapse

Methods inherited from SchemaObject

#inspect

Constructor Details

#initialize(collection = []) ⇒ SchemaCollection

Returns a new instance of SchemaCollection.



28
29
30
# File 'lib/kampainer/schema_object.rb', line 28

def initialize(collection = [])
  @collection = collection
end