module Cielo::API30

Constants

VERSION

Versão da gem

Public Class Methods

client(merchant, environment = nil) click to toggle source
# File lib/cielo/api30.rb, line 22
def self.client(merchant, environment = nil)
  Client.new(merchant, environment)
end
merchant(merchant_id, merchant_key) click to toggle source
# File lib/cielo/api30.rb, line 26
def self.merchant(merchant_id, merchant_key)
  Merchant.new(merchant_id, merchant_key)
end
root_path() click to toggle source
# File lib/cielo/api30.rb, line 18
def self.root_path
  File.dirname __dir__
end