Module: DataPagos

Defined in:
lib/datapagos.rb,
lib/datapagos/token.rb,
lib/datapagos/charge.rb,
lib/datapagos/subscription.rb

Overview

Ruby client of the DataPagos API

Defined Under Namespace

Classes: Charge, Subscription, Token

Class Attribute Summary collapse

Class Attribute Details

.base_urlObject

Returns the value of attribute base_url.



9
10
11
# File 'lib/datapagos.rb', line 9

def base_url
  @base_url
end

.public_keyObject

Returns the value of attribute public_key.



9
10
11
# File 'lib/datapagos.rb', line 9

def public_key
  @public_key
end

.secret_keyObject

Returns the value of attribute secret_key.



9
10
11
# File 'lib/datapagos.rb', line 9

def secret_key
  @secret_key
end