Class: Facturama::Models::TaxEntity
- Defined in:
- lib/facturama/models/tax_entity.rb
Instance Attribute Summary collapse
-
#ComercialName ⇒ Object
Returns the value of attribute ComercialName.
-
#Email ⇒ Object
Returns the value of attribute Email.
-
#FiscalRegime ⇒ Object
Returns the value of attribute FiscalRegime.
-
#PasswordSat ⇒ Object
Returns the value of attribute PasswordSat.
-
#Phone ⇒ Object
Returns the value of attribute Phone.
-
#Rfc ⇒ Object
Returns the value of attribute Rfc.
-
#TaxName ⇒ Object
Returns the value of attribute TaxName.
-
#UrlLogo ⇒ Object
Returns the value of attribute UrlLogo.
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
#ComercialName ⇒ Object
Returns the value of attribute ComercialName.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def ComercialName @ComercialName end |
#Email ⇒ Object
Returns the value of attribute Email.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def Email @Email end |
#FiscalRegime ⇒ Object
Returns the value of attribute FiscalRegime.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def FiscalRegime @FiscalRegime end |
#PasswordSat ⇒ Object
Returns the value of attribute PasswordSat.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def PasswordSat @PasswordSat end |
#Phone ⇒ Object
Returns the value of attribute Phone.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def Phone @Phone end |
#Rfc ⇒ Object
Returns the value of attribute Rfc.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def Rfc @Rfc end |
#TaxName ⇒ Object
Returns the value of attribute TaxName.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def TaxName @TaxName end |
#UrlLogo ⇒ Object
Returns the value of attribute UrlLogo.
5 6 7 |
# File 'lib/facturama/models/tax_entity.rb', line 5 def UrlLogo @UrlLogo end |