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
-
.base_url ⇒ Object
Returns the value of attribute base_url.
-
.public_key ⇒ Object
Returns the value of attribute public_key.
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
Class Attribute Details
.base_url ⇒ Object
Returns the value of attribute base_url.
9 10 11 |
# File 'lib/datapagos.rb', line 9 def base_url @base_url end |
.public_key ⇒ Object
Returns the value of attribute public_key.
9 10 11 |
# File 'lib/datapagos.rb', line 9 def public_key @public_key end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
9 10 11 |
# File 'lib/datapagos.rb', line 9 def secret_key @secret_key end |