Class: Cielo::Authorization

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

Overview

Dados da autorização

Instance Attribute Summary collapse

Instance Attribute Details

#arpNumber

Código ARP da autorização

Returns:

  • (Number)

    the current value of arp



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def arp
  @arp
end

#codeString

Código da autorização

Returns:

  • (String)

    the current value of code



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def code
  @code
end

#date_timeString

Data e hora da autorização

Returns:

  • (String)

    the current value of date_time



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def date_time
  @date_time
end

#lrNumber

Código LR da autorização

Returns:

  • (Number)

    the current value of lr



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def lr
  @lr
end

#messageString

Mensagem da autorização

Returns:

  • (String)

    the current value of message



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def message
  @message
end

#nsuNumber

Código NSU da autorização

Returns:

  • (Number)

    the current value of nsu



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def nsu
  @nsu
end

#totalNumber

Valor autorização

Returns:

  • (Number)

    the current value of total



11
12
13
# File 'lib/cielo/ws15/authorization.rb', line 11

def total
  @total
end