Sha256: bd09103506e0bf6a998eefe03135d92912ac98a42b01fdcb812a5aad6c56d691

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

module OldBill
  module V2
    module Neighbourhoods
      class Location < Hashie::Dash
            
        property :name	#Name if available
        property :longitude	#Location longitude
        property :latitude	#Location longitude
        property :postcode	#Postcode
        property :address	#Location address
        property :telephone	#Location latitude
        property :type	#Type of location, e.g. "station" (police station)
        property :description	#Description
        property :session
      
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oldbill-0.0.3 lib/oldbill/v2/neighbourhoods/location.rb
oldbill-0.0.2 lib/oldbill/v2/neighbourhoods/location.rb
oldbill-0.0.1 lib/oldbill/v2/neighbourhoods/location.rb