Class: Facturama::Models::Serie

Inherits:
Model
  • Object
show all
Defined in:
lib/facturama/models/serie.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#all_errors

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

#DescriptionObject

Returns the value of attribute Description.



5
6
7
# File 'lib/facturama/models/serie.rb', line 5

def Description
  @Description
end

#IdBranchOfficeObject

Returns the value of attribute IdBranchOffice.



5
6
7
# File 'lib/facturama/models/serie.rb', line 5

def IdBranchOffice
  @IdBranchOffice
end

#NameObject

Returns the value of attribute Name.



5
6
7
# File 'lib/facturama/models/serie.rb', line 5

def Name
  @Name
end