Class: PagSeguro::Config
- Inherits:
-
Object
- Object
- PagSeguro::Config
- Defined in:
- lib/pagseguro/config.rb
Overview
Holds the configuration of the user
Instance Attribute Summary collapse
-
#email ⇒ Object
Primary e-mail associated with this account.
-
#receiver_email ⇒ Object
The e-mail that will be displayed when sender is redirected to PagSeguro.
-
#token ⇒ Object
The API token associated with this account.
Instance Attribute Details
#email ⇒ Object
Primary e-mail associated with this account.
5 6 7 |
# File 'lib/pagseguro/config.rb', line 5 def email @email end |
#receiver_email ⇒ Object
The e-mail that will be displayed when sender is redirected to PagSeguro.
9 10 11 |
# File 'lib/pagseguro/config.rb', line 9 def receiver_email @receiver_email end |
#token ⇒ Object
The API token associated with this account.
12 13 14 |
# File 'lib/pagseguro/config.rb', line 12 def token @token end |