Class: Trello::MultiAssociation

Inherits:
Association show all
Extended by:
Forwardable
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.



7
8
9
10
# File 'lib/trello/multi_association.rb', line 7

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