class Inplat::Api

Constants

POST_METHODS

Attributes

client[R]
configuration[R]

Public Class Methods

new(configuration, client) click to toggle source
# File lib/inplat/api.rb, line 39
def initialize(configuration, client)
  @configuration = configuration
  @client = client
end