Class: Facturama::Models::TaxEntity

Inherits:
Model
  • Object
show all
Defined in:
lib/facturama/models/tax_entity.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

#ComercialNameObject

Returns the value of attribute ComercialName.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def ComercialName
  @ComercialName
end

#EmailObject

Returns the value of attribute Email.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def Email
  @Email
end

#FiscalRegimeObject

Returns the value of attribute FiscalRegime.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def FiscalRegime
  @FiscalRegime
end

#PasswordSatObject

Returns the value of attribute PasswordSat.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def PasswordSat
  @PasswordSat
end

#PhoneObject

Returns the value of attribute Phone.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def Phone
  @Phone
end

#RfcObject

Returns the value of attribute Rfc.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def Rfc
  @Rfc
end

#TaxNameObject

Returns the value of attribute TaxName.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def TaxName
  @TaxName
end

#UrlLogoObject

Returns the value of attribute UrlLogo.



6
7
8
# File 'lib/facturama/models/tax_entity.rb', line 6

def UrlLogo
  @UrlLogo
end