module Resync::Client::Mixins::LinkClientDelegate
A link container that is capable of providing those resources with a {Client}
Public Instance Methods
links=(value)
click to toggle source
Sets this object as the client provider delegate for each link. @param value [Array<Link>] the links for this list
Calls superclass method
# File lib/resync/client/mixins/link_client_delegate.rb, line 13 def links=(value) super links.each { |l| l.client_delegate = self } end