module PlateApi

Constants

VERSION

Public Class Methods

new(public_key, secret_key) click to toggle source
# File lib/plate_api.rb, line 16
def self.new(public_key, secret_key)
  PlateApi::Connector.new(public_key, secret_key)
end