Class: Varejonline::Entity::Financial::CardNegotiation
- Defined in:
- lib/varejonline/entity/financial/card_negotiation.rb
Instance Attribute Summary collapse
-
#ativo ⇒ Object
Returns the value of attribute ativo.
-
#bandeira ⇒ Object
Returns the value of attribute bandeira.
-
#dataAlteracao ⇒ Object
Returns the value of attribute dataAlteracao.
-
#descricao ⇒ Object
Returns the value of attribute descricao.
-
#id ⇒ Object
Returns the value of attribute id.
-
#operadora ⇒ Object
Returns the value of attribute operadora.
-
#tipoCartao ⇒ Object
Returns the value of attribute tipoCartao.
Method Summary
Methods inherited from Base
Methods included from InitFromHash
Instance Attribute Details
#ativo ⇒ Object
Returns the value of attribute ativo.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def ativo @ativo end |
#bandeira ⇒ Object
Returns the value of attribute bandeira.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def bandeira @bandeira end |
#dataAlteracao ⇒ Object
Returns the value of attribute dataAlteracao.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def dataAlteracao @dataAlteracao end |
#descricao ⇒ Object
Returns the value of attribute descricao.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def descricao @descricao end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def id @id end |
#operadora ⇒ Object
Returns the value of attribute operadora.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def operadora @operadora end |
#tipoCartao ⇒ Object
Returns the value of attribute tipoCartao.
7 8 9 |
# File 'lib/varejonline/entity/financial/card_negotiation.rb', line 7 def tipoCartao @tipoCartao end |