module Everypay

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:

vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:

Attributes

api_key[RW]
api_uri[R]
sandbox_uri[R]
test[RW]
verify_ssl[RW]

Public Class Methods

test?() click to toggle source
# File lib/everypay.rb, line 24
def self.test?
  @test == true
end
uri() click to toggle source
# File lib/everypay.rb, line 28
def self.uri
  test? ? @sandbox_uri : @api_uri
end