class Resync::Client::Mixins::ClientDelegator::ClientDelegate
Minimal 'delegate' wrapper around a specified {Client}
Attributes
client[R]
@return [#client] the client
Public Class Methods
new(client)
click to toggle source
Creates a new {ClientDelegate} wrapping the specified {Client} @param client The client to delegate to
# File lib/resync/client/mixins/client_delegator.rb, line 31 def initialize(client) @client = client end