class Cloudpayments::Configuration

Constants

BASE_URL

Attributes

base_url[RW]
login[RW]
password[RW]

Public Class Methods

new() click to toggle source
# File lib/cloudpayments/configuration.rb, line 7
def initialize
  @base_url = BASE_URL
end