Class: Trello::MultiAssociation

Inherits:
Association show all
Defined in:
lib/trello/multi_association.rb

Instance Attribute Summary

Attributes inherited from Association

#options, #owner, #proxy, #target

Instance Method Summary collapse

Constructor Details

#initialize(owner, target = []) ⇒ MultiAssociation

Returns a new instance of MultiAssociation.



5
6
7
8
# File 'lib/trello/multi_association.rb', line 5

def initialize(owner, target = [])
  super
  @proxy = AssociationProxy.new(self)
end