Class: Facturama::Models::Receiver

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

#CfdiUseObject

Returns the value of attribute CfdiUse.



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

def CfdiUse
  @CfdiUse
end

#FiscalRegimeObject

Returns the value of attribute FiscalRegime.



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

def FiscalRegime
  @FiscalRegime
end

#IdObject

Returns the value of attribute Id.



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

def Id
  @Id
end

#NameObject

Returns the value of attribute Name.



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

def Name
  @Name
end

#RfcObject

Returns the value of attribute Rfc.



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

def Rfc
  @Rfc
end

#TaxRegistrationNumberObject

Returns the value of attribute TaxRegistrationNumber.



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

def TaxRegistrationNumber
  @TaxRegistrationNumber
end

#TaxResidenceObject

Returns the value of attribute TaxResidence.



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

def TaxResidence
  @TaxResidence
end

#TaxZipCodeObject

Returns the value of attribute TaxZipCode.



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

def TaxZipCode
  @TaxZipCode
end