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.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def ComercialName @ComercialName end |
#Email ⇒ Object
Returns the value of attribute Email.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def Email @Email end |
#FiscalRegime ⇒ Object
Returns the value of attribute FiscalRegime.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def FiscalRegime @FiscalRegime end |
#PasswordSat ⇒ Object
Returns the value of attribute PasswordSat.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def PasswordSat @PasswordSat end |
#Phone ⇒ Object
Returns the value of attribute Phone.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def Phone @Phone end |
#Rfc ⇒ Object
Returns the value of attribute Rfc.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def Rfc @Rfc end |
#TaxName ⇒ Object
Returns the value of attribute TaxName.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def TaxName @TaxName end |
#UrlLogo ⇒ Object
Returns the value of attribute UrlLogo.
6 7 8 |
# File 'lib/facturama/models/tax_entity.rb', line 6 def UrlLogo @UrlLogo end |