Class: Facturama::Models::TaxStamp
- Defined in:
- lib/facturama/models/tax_stamp.rb
Instance Attribute Summary collapse
-
#CfdiSign ⇒ Object
Returns the value of attribute CfdiSign.
-
#Date ⇒ Object
Returns the value of attribute Date.
-
#SatCertNumber ⇒ Object
Returns the value of attribute SatCertNumber.
-
#SatSign ⇒ Object
Returns the value of attribute SatSign.
-
#Uuid ⇒ Object
Returns the value of attribute Uuid.
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
#CfdiSign ⇒ Object
Returns the value of attribute CfdiSign.
6 7 8 |
# File 'lib/facturama/models/tax_stamp.rb', line 6 def CfdiSign @CfdiSign end |
#Date ⇒ Object
Returns the value of attribute Date.
6 7 8 |
# File 'lib/facturama/models/tax_stamp.rb', line 6 def Date @Date end |
#SatCertNumber ⇒ Object
Returns the value of attribute SatCertNumber.
6 7 8 |
# File 'lib/facturama/models/tax_stamp.rb', line 6 def SatCertNumber @SatCertNumber end |
#SatSign ⇒ Object
Returns the value of attribute SatSign.
6 7 8 |
# File 'lib/facturama/models/tax_stamp.rb', line 6 def SatSign @SatSign end |
#Uuid ⇒ Object
Returns the value of attribute Uuid.
6 7 8 |
# File 'lib/facturama/models/tax_stamp.rb', line 6 def Uuid @Uuid end |