Class: Varejonline::Searcher::Financial::CardNegotiationSearcher
- Defined in:
- lib/varejonline/searcher/financial/card_negotiation_searcher.rb
Instance Attribute Summary collapse
-
#alteradoApos ⇒ Object
Returns the value of attribute alteradoApos.
-
#bandeiraCartao ⇒ Object
Returns the value of attribute bandeiraCartao.
-
#inicio ⇒ Object
Returns the value of attribute inicio.
-
#quantidade ⇒ Object
Returns the value of attribute quantidade.
-
#tipoCartao ⇒ Object
Returns the value of attribute tipoCartao.
Method Summary
Methods inherited from Base
Methods included from InitFromHash
Instance Attribute Details
#alteradoApos ⇒ Object
Returns the value of attribute alteradoApos.
7 8 9 |
# File 'lib/varejonline/searcher/financial/card_negotiation_searcher.rb', line 7 def alteradoApos @alteradoApos end |
#bandeiraCartao ⇒ Object
Returns the value of attribute bandeiraCartao.
7 8 9 |
# File 'lib/varejonline/searcher/financial/card_negotiation_searcher.rb', line 7 def bandeiraCartao @bandeiraCartao end |
#inicio ⇒ Object
Returns the value of attribute inicio.
7 8 9 |
# File 'lib/varejonline/searcher/financial/card_negotiation_searcher.rb', line 7 def inicio @inicio end |
#quantidade ⇒ Object
Returns the value of attribute quantidade.
7 8 9 |
# File 'lib/varejonline/searcher/financial/card_negotiation_searcher.rb', line 7 def quantidade @quantidade end |
#tipoCartao ⇒ Object
Returns the value of attribute tipoCartao.
7 8 9 |
# File 'lib/varejonline/searcher/financial/card_negotiation_searcher.rb', line 7 def tipoCartao @tipoCartao end |