Class: Varejonline::Entity::Operational::Unit
- Defined in:
- lib/varejonline/entity/operational/unit.rb
Instance Attribute Summary collapse
-
#ativo ⇒ Object
Returns the value of attribute ativo.
-
#dataAlteracao ⇒ Object
Returns the value of attribute dataAlteracao.
-
#id ⇒ Object
Returns the value of attribute id.
-
#nome ⇒ Object
Returns the value of attribute nome.
-
#sigla ⇒ Object
Returns the value of attribute sigla.
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/operational/unit.rb', line 7 def ativo @ativo end |
#dataAlteracao ⇒ Object
Returns the value of attribute dataAlteracao.
7 8 9 |
# File 'lib/varejonline/entity/operational/unit.rb', line 7 def dataAlteracao @dataAlteracao end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/varejonline/entity/operational/unit.rb', line 7 def id @id end |
#nome ⇒ Object
Returns the value of attribute nome.
7 8 9 |
# File 'lib/varejonline/entity/operational/unit.rb', line 7 def nome @nome end |
#sigla ⇒ Object
Returns the value of attribute sigla.
7 8 9 |
# File 'lib/varejonline/entity/operational/unit.rb', line 7 def sigla @sigla end |