Method: Trello::Schema#initialize

Defined in:
lib/trello/schema.rb

#initializeSchema

Returns a new instance of Schema.



22
23
24
# File 'lib/trello/schema.rb', line 22

def initialize
  @attrs = ActiveSupport::HashWithIndifferentAccess.new
end