Class: Facturama::Models::Product
- Defined in:
- lib/facturama/models/product.rb
Instance Attribute Summary collapse
-
#CodeProdServ ⇒ Object
Returns the value of attribute CodeProdServ.
-
#Complement ⇒ Object
Returns the value of attribute Complement.
-
#CuentaPredial ⇒ Object
Returns the value of attribute CuentaPredial.
-
#Description ⇒ Object
Returns the value of attribute Description.
-
#Id ⇒ Object
Returns the value of attribute Id.
-
#IdentificationNumber ⇒ Object
Returns the value of attribute IdentificationNumber.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#Price ⇒ Object
Returns the value of attribute Price.
-
#Taxes ⇒ Object
Returns the value of attribute Taxes.
-
#Unit ⇒ Object
Returns the value of attribute Unit.
-
#UnitCode ⇒ Object
Returns the value of attribute UnitCode.
Attributes inherited from Model
Method Summary
Methods inherited from Model
#after_initialize, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data
Constructor Details
This class inherits a constructor from Facturama::Models::Model
Instance Attribute Details
#CodeProdServ ⇒ Object
Returns the value of attribute CodeProdServ.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def CodeProdServ @CodeProdServ end |
#Complement ⇒ Object
Returns the value of attribute Complement.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Complement @Complement end |
#CuentaPredial ⇒ Object
Returns the value of attribute CuentaPredial.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def CuentaPredial @CuentaPredial end |
#Description ⇒ Object
Returns the value of attribute Description.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Description @Description end |
#Id ⇒ Object
Returns the value of attribute Id.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Id @Id end |
#IdentificationNumber ⇒ Object
Returns the value of attribute IdentificationNumber.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def IdentificationNumber @IdentificationNumber end |
#Name ⇒ Object
Returns the value of attribute Name.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Name @Name end |
#Price ⇒ Object
Returns the value of attribute Price.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Price @Price end |
#Taxes ⇒ Object
Returns the value of attribute Taxes.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Taxes @Taxes end |
#Unit ⇒ Object
Returns the value of attribute Unit.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def Unit @Unit end |
#UnitCode ⇒ Object
Returns the value of attribute UnitCode.
8 9 10 |
# File 'lib/facturama/models/product.rb', line 8 def UnitCode @UnitCode end |