Sha256: 56cb3d02aa8af37805cac24e39405a97ce7d341d0f6b2bb0c891b4c265879544

Contents?: true

Size: 976 Bytes

Versions: 4

Compression:

Stored size: 976 Bytes

Contents

module Parkwhiz
  class Location
    include Virtus.model
    attribute :name, String
    attribute :location_name, String
    attribute :location_id, Integer
    attribute :listing_id, Integer
    attribute :parkwhiz_url, String
    attribute :api_url, String
    attribute :address, String
    attribute :city, String
    attribute :state, String
    attribute :zip, String
    attribute :lat, Float
    attribute :lng, Float
    attribute :distance, Integer
    attribute :recommendations, Integer
    attribute :reservation, Integer
    attribute :eticket, Boolean
    attribute :valet, Boolean
    attribute :indoor, Boolean
    attribute :shuttle, Boolean
    attribute :tailgate, Boolean
    attribute :security, Boolean
    attribute :restroom, Boolean
    attribute :attended, Boolean
    attribute :rv, Boolean
    attribute :available_spots, Integer
    attribute :price, Float
    attribute :www_reserve_url, String
    attribute :api_reserve_url, String
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
parkwhiz-0.4.0 lib/parkwhiz/location.rb
parkwhiz-0.3.0 lib/parkwhiz/location.rb
parkwhiz-0.2.0 lib/parkwhiz/location.rb
parkwhiz-0.1.0 lib/parkwhiz/location.rb