Class: PagaTransacao
- Inherits:
-
Object
- Object
- PagaTransacao
- Defined in:
- lib/lw-pagto-certo/default.rb
Overview
http://www.locaweb.com.brPagaTransacao
chaveVendedor - SOAP::SOAPString
urlRetorno - SOAP::SOAPString
xml - SOAP::SOAPString
xmlCartao - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chaveVendedor ⇒ Object
Returns the value of attribute chaveVendedor.
-
#urlRetorno ⇒ Object
Returns the value of attribute urlRetorno.
-
#xml ⇒ Object
Returns the value of attribute xml.
-
#xmlCartao ⇒ Object
Returns the value of attribute xmlCartao.
Instance Method Summary collapse
-
#initialize(chaveVendedor = nil, urlRetorno = nil, xml = nil, xmlCartao = nil) ⇒ PagaTransacao
constructor
A new instance of PagaTransacao.
Constructor Details
#initialize(chaveVendedor = nil, urlRetorno = nil, xml = nil, xmlCartao = nil) ⇒ PagaTransacao
Returns a new instance of PagaTransacao.
40 41 42 43 44 45 |
# File 'lib/lw-pagto-certo/default.rb', line 40 def initialize(chaveVendedor = nil, urlRetorno = nil, xml = nil, xmlCartao = nil) @chaveVendedor = chaveVendedor @urlRetorno = urlRetorno @xml = xml @xmlCartao = xmlCartao end |
Instance Attribute Details
#chaveVendedor ⇒ Object
Returns the value of attribute chaveVendedor.
35 36 37 |
# File 'lib/lw-pagto-certo/default.rb', line 35 def chaveVendedor @chaveVendedor end |
#urlRetorno ⇒ Object
Returns the value of attribute urlRetorno.
36 37 38 |
# File 'lib/lw-pagto-certo/default.rb', line 36 def urlRetorno @urlRetorno end |
#xml ⇒ Object
Returns the value of attribute xml.
37 38 39 |
# File 'lib/lw-pagto-certo/default.rb', line 37 def xml @xml end |
#xmlCartao ⇒ Object
Returns the value of attribute xmlCartao.
38 39 40 |
# File 'lib/lw-pagto-certo/default.rb', line 38 def xmlCartao @xmlCartao end |