Class: Facturama::Models::Serie
- Defined in:
- lib/facturama/models/serie.rb
Instance Attribute Summary collapse
-
#Description ⇒ Object
Returns the value of attribute Description.
-
#IdBranchOffice ⇒ Object
Returns the value of attribute IdBranchOffice.
-
#Name ⇒ Object
Returns the value of attribute Name.
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
#Description ⇒ Object
Returns the value of attribute Description.
6 7 8 |
# File 'lib/facturama/models/serie.rb', line 6 def Description @Description end |
#IdBranchOffice ⇒ Object
Returns the value of attribute IdBranchOffice.
6 7 8 |
# File 'lib/facturama/models/serie.rb', line 6 def IdBranchOffice @IdBranchOffice end |
#Name ⇒ Object
Returns the value of attribute Name.
6 7 8 |
# File 'lib/facturama/models/serie.rb', line 6 def Name @Name end |