Method: Trello::Schema#initialize
- Defined in:
- lib/trello/schema.rb
#initialize ⇒ Schema
Returns a new instance of Schema.
22 23 24 |
# File 'lib/trello/schema.rb', line 22 def initialize @attrs = ActiveSupport::HashWithIndifferentAccess.new end |