class ActionKitRest::Client

Attributes

clients[RW]

Public Class Methods

new(params) click to toggle source
Calls superclass method
# File lib/action_kit_rest/client.rb, line 9
def initialize(params)
  super(params)
  self.clients = {}
end