class Trello::MultiAssociation

Public Class Methods

new(owner, target = []) click to toggle source
Calls superclass method Trello::Association::new
# File lib/trello/multi_association.rb, line 7
def initialize(owner, target = [])
  super
  @proxy = AssociationProxy.new(self)
end