Class: IniciaTransacao

Inherits:
Object
  • Object
show all
Defined in:
lib/lw-pagto-certo/default.rb

Overview

http://www.locaweb.com.brIniciaTransacao

chaveVendedor - SOAP::SOAPString
urlRetorno - SOAP::SOAPString
xml - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(chaveVendedor = nil, urlRetorno = nil, xml = nil) ⇒ IniciaTransacao

Returns a new instance of IniciaTransacao.



12
13
14
15
16
# File 'lib/lw-pagto-certo/default.rb', line 12

def initialize(chaveVendedor = nil, urlRetorno = nil, xml = nil)
  @chaveVendedor = chaveVendedor
  @urlRetorno = urlRetorno
  @xml = xml
end

Instance Attribute Details

#chaveVendedorObject

Returns the value of attribute chaveVendedor.



8
9
10
# File 'lib/lw-pagto-certo/default.rb', line 8

def chaveVendedor
  @chaveVendedor
end

#urlRetornoObject

Returns the value of attribute urlRetorno.



9
10
11
# File 'lib/lw-pagto-certo/default.rb', line 9

def urlRetorno
  @urlRetorno
end

#xmlObject

Returns the value of attribute xml.



10
11
12
# File 'lib/lw-pagto-certo/default.rb', line 10

def xml
  @xml
end