Class: Facturama::Models::Address

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

#CountryObject

Returns the value of attribute Country.



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

def Country
  @Country
end

#ExteriorNumberObject

Returns the value of attribute ExteriorNumber.



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

def ExteriorNumber
  @ExteriorNumber
end

#InteriorNumberObject

Returns the value of attribute InteriorNumber.



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

def InteriorNumber
  @InteriorNumber
end

#LocalityObject

Returns the value of attribute Locality.



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

def Locality
  @Locality
end

#MunicipalityObject

Returns the value of attribute Municipality.



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

def Municipality
  @Municipality
end

#NeighborhoodObject

Returns the value of attribute Neighborhood.



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

def Neighborhood
  @Neighborhood
end

#StateObject

Returns the value of attribute State.



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

def State
  @State
end

#StreetObject

Returns the value of attribute Street.



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

def Street
  @Street
end

#ZipCodeObject

Returns the value of attribute ZipCode.



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

def ZipCode
  @ZipCode
end