Class: VcsClient::Address

Inherits:
Basement show all
Defined in:
lib/objects/address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Basement

#initialize

Constructor Details

This class inherits a constructor from VcsClient::Basement

Instance Attribute Details

#addressObject

Returns the value of attribute address.



4
5
6
# File 'lib/objects/address.rb', line 4

def address
  @address
end

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/objects/address.rb', line 4

def city
  @city
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/objects/address.rb', line 4

def id
  @id
end

#latitudeObject

Returns the value of attribute latitude.



4
5
6
# File 'lib/objects/address.rb', line 4

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



4
5
6
# File 'lib/objects/address.rb', line 4

def longitude
  @longitude
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/objects/address.rb', line 4

def state
  @state
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/objects/address.rb', line 4

def type
  @type
end

#zipObject

Returns the value of attribute zip.



4
5
6
# File 'lib/objects/address.rb', line 4

def zip
  @zip
end

#zip4Object Also known as: zipp4

Returns the value of attribute zip4.



4
5
6
# File 'lib/objects/address.rb', line 4

def zip4
  @zip4
end