Class: Cielo::Token
- Inherits:
-
Object
- Object
- Cielo::Token
- Defined in:
- lib/cielo/ws15/token.rb
Overview
Dados do token do cartão
Instance Attribute Summary collapse
-
#code ⇒ String
Código do token para ser utilizado em outras transações.
-
#number ⇒ Object
Returns the value of attribute number.
-
#Número ⇒ String
do cartão truncado.
-
#status ⇒ Number
Status do token.
Instance Attribute Details
#code ⇒ String
Código do token para ser utilizado em outras transações
7 8 9 |
# File 'lib/cielo/ws15/token.rb', line 7 def code @code end |
#number ⇒ Object
Returns the value of attribute number.
8 9 10 |
# File 'lib/cielo/ws15/token.rb', line 8 def number @number end |
#Número ⇒ String
do cartão truncado
7 8 9 |
# File 'lib/cielo/ws15/token.rb', line 7 def N |
#status ⇒ Number
Status do token
7 8 9 |
# File 'lib/cielo/ws15/token.rb', line 7 def status @status end |