class Base

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/zapix/proxies/base.rb, line 4
def initialize(client)
  @client = client
end