Class: Cielo::Authentication

Inherits:
Object
  • Object
show all
Defined in:
lib/cielo/ws15/authentication.rb

Overview

Em casos de autenticação, representa os dados da autenticação.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Código da autenticação

Returns:

  • (String)

    the current value of code



9
10
11
# File 'lib/cielo/ws15/authentication.rb', line 9

def code
  @code
end

#date_timeString

Data e hora da autenticação

Returns:

  • (String)

    the current value of date_time



9
10
11
# File 'lib/cielo/ws15/authentication.rb', line 9

def date_time
  @date_time
end

#eciNumber

Código ECI para a autenticação

Returns:

  • (Number)

    the current value of eci



9
10
11
# File 'lib/cielo/ws15/authentication.rb', line 9

def eci
  @eci
end

#messageString

Mensagem da autenticação

Returns:

  • (String)

    the current value of message



9
10
11
# File 'lib/cielo/ws15/authentication.rb', line 9

def message
  @message
end

#totalNumber

Valor autenticado

Returns:

  • (Number)

    the current value of total



9
10
11
# File 'lib/cielo/ws15/authentication.rb', line 9

def total
  @total
end