Class: Varejonline::Searcher::Commercial::ProductSearcher
- Defined in:
- lib/varejonline/searcher/commercial/product_searcher.rb
Instance Attribute Summary collapse
-
#alteradoApos ⇒ Object
Returns the value of attribute alteradoApos.
-
#categoria ⇒ Object
Returns the value of attribute categoria.
-
#codigoBarras ⇒ Object
Returns the value of attribute codigoBarras.
-
#codigoInterno ⇒ Object
Returns the value of attribute codigoInterno.
-
#codigoSistema ⇒ Object
Returns the value of attribute codigoSistema.
-
#descricao ⇒ Object
Returns the value of attribute descricao.
-
#entidades ⇒ Object
Returns the value of attribute entidades.
-
#produtoBase ⇒ Object
Returns the value of attribute produtoBase.
Attributes inherited from Base
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/commercial/product_searcher.rb', line 7 def alteradoApos @alteradoApos end |
#categoria ⇒ Object
Returns the value of attribute categoria.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def categoria @categoria end |
#codigoBarras ⇒ Object
Returns the value of attribute codigoBarras.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def codigoBarras @codigoBarras end |
#codigoInterno ⇒ Object
Returns the value of attribute codigoInterno.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def codigoInterno @codigoInterno end |
#codigoSistema ⇒ Object
Returns the value of attribute codigoSistema.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def codigoSistema @codigoSistema end |
#descricao ⇒ Object
Returns the value of attribute descricao.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def descricao @descricao end |
#entidades ⇒ Object
Returns the value of attribute entidades.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def entidades @entidades end |
#produtoBase ⇒ Object
Returns the value of attribute produtoBase.
7 8 9 |
# File 'lib/varejonline/searcher/commercial/product_searcher.rb', line 7 def produtoBase @produtoBase end |