Class: PagSeguro::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/pagseguro/config.rb

Overview

Holds the configuration of the user

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Primary e-mail associated with this account.



5
6
7
# File 'lib/pagseguro/config.rb', line 5

def email
  @email
end

#receiver_emailObject

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

#tokenObject

The API token associated with this account.



12
13
14
# File 'lib/pagseguro/config.rb', line 12

def token
  @token
end