Class: SunatInvoice::Tributer

Inherits:
Model
  • Object
show all
Defined in:
lib/sunat_invoice/tributer.rb

Direct Known Subclasses

Customer, Provider

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from SunatInvoice::Model

Instance Attribute Details

#country_codeObject

Returns the value of attribute country_code.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def country_code
  @country_code
end

#departmentObject

Returns the value of attribute department.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def department
  @department
end

#districtObject

Returns the value of attribute district.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def district
  @district
end

#document_typeObject

Returns the value of attribute document_type.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def document_type
  @document_type
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def name
  @name
end

#provinceObject

Returns the value of attribute province.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def province
  @province
end

#rucObject

Returns the value of attribute ruc.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def ruc
  @ruc
end

#streetObject

Returns the value of attribute street.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def street
  @street
end

#ubigeoObject

Returns the value of attribute ubigeo.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def ubigeo
  @ubigeo
end

#zoneObject

Returns the value of attribute zone.



7
8
9
# File 'lib/sunat_invoice/tributer.rb', line 7

def zone
  @zone
end