Class: Facturama::Models::Client

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



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def CfdiUse
  @CfdiUse
end

#EmailObject

Returns the value of attribute Email.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def Email
  @Email
end

#EmailOp1Object

Returns the value of attribute EmailOp1.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def EmailOp1
  @EmailOp1
end

#EmailOp2Object

Returns the value of attribute EmailOp2.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def EmailOp2
  @EmailOp2
end

#NameObject

Returns the value of attribute Name.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def Name
  @Name
end

#NumRegIdTribObject

Returns the value of attribute NumRegIdTrib.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def NumRegIdTrib
  @NumRegIdTrib
end

#RfcObject

Returns the value of attribute Rfc.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def Rfc
  @Rfc
end

#TaxResidenceObject

Returns the value of attribute TaxResidence.



5
6
7
# File 'lib/facturama/models/client.rb', line 5

def TaxResidence
  @TaxResidence
end