Class: Facturama::Models::Receiver
- Defined in:
- lib/facturama/models/receiver.rb
Instance Attribute Summary collapse
-
#CfdiUse ⇒ Object
Returns the value of attribute CfdiUse.
-
#FiscalRegime ⇒ Object
Returns the value of attribute FiscalRegime.
-
#Id ⇒ Object
Returns the value of attribute Id.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#Rfc ⇒ Object
Returns the value of attribute Rfc.
-
#TaxRegistrationNumber ⇒ Object
Returns the value of attribute TaxRegistrationNumber.
-
#TaxResidence ⇒ Object
Returns the value of attribute TaxResidence.
-
#TaxZipCode ⇒ Object
Returns the value of attribute TaxZipCode.
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
#CfdiUse ⇒ Object
Returns the value of attribute CfdiUse.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def CfdiUse @CfdiUse end |
#FiscalRegime ⇒ Object
Returns the value of attribute FiscalRegime.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def FiscalRegime @FiscalRegime end |
#Id ⇒ Object
Returns the value of attribute Id.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def Id @Id end |
#Name ⇒ Object
Returns the value of attribute Name.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def Name @Name end |
#Rfc ⇒ Object
Returns the value of attribute Rfc.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def Rfc @Rfc end |
#TaxRegistrationNumber ⇒ Object
Returns the value of attribute TaxRegistrationNumber.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def TaxRegistrationNumber @TaxRegistrationNumber end |
#TaxResidence ⇒ Object
Returns the value of attribute TaxResidence.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def TaxResidence @TaxResidence end |
#TaxZipCode ⇒ Object
Returns the value of attribute TaxZipCode.
6 7 8 |
# File 'lib/facturama/models/receiver.rb', line 6 def TaxZipCode @TaxZipCode end |