Class: Facturama::Models::Address
- Defined in:
- lib/facturama/models/address.rb
Instance Attribute Summary collapse
-
#Country ⇒ Object
Returns the value of attribute Country.
-
#ExteriorNumber ⇒ Object
Returns the value of attribute ExteriorNumber.
-
#InteriorNumber ⇒ Object
Returns the value of attribute InteriorNumber.
-
#Locality ⇒ Object
Returns the value of attribute Locality.
-
#Municipality ⇒ Object
Returns the value of attribute Municipality.
-
#Neighborhood ⇒ Object
Returns the value of attribute Neighborhood.
-
#State ⇒ Object
Returns the value of attribute State.
-
#Street ⇒ Object
Returns the value of attribute Street.
-
#ZipCode ⇒ Object
Returns the value of attribute ZipCode.
Attributes inherited from Model
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
#Country ⇒ Object
Returns the value of attribute Country.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def Country @Country end |
#ExteriorNumber ⇒ Object
Returns the value of attribute ExteriorNumber.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def ExteriorNumber @ExteriorNumber end |
#InteriorNumber ⇒ Object
Returns the value of attribute InteriorNumber.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def InteriorNumber @InteriorNumber end |
#Locality ⇒ Object
Returns the value of attribute Locality.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def Locality @Locality end |
#Municipality ⇒ Object
Returns the value of attribute Municipality.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def Municipality @Municipality end |
#Neighborhood ⇒ Object
Returns the value of attribute Neighborhood.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def Neighborhood @Neighborhood end |
#State ⇒ Object
Returns the value of attribute State.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def State @State end |
#Street ⇒ Object
Returns the value of attribute Street.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def Street @Street end |
#ZipCode ⇒ Object
Returns the value of attribute ZipCode.
6 7 8 |
# File 'lib/facturama/models/address.rb', line 6 def ZipCode @ZipCode end |