Sha256: cc9beda24382b0d3675ae9eb1bfd877e2c05fc157113b5775064ed0cf0755c15

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

module Songkickr
  # A class to represent the result hash of a Location search.
  class LocationResult < ResultSet
    def initialize(result_hash = {})
      @result_type       = "Location"
      @result_key_string = "location"

      super
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
songkickr-0.5.5 lib/songkickr/location_result.rb
songkickr-0.5.4 lib/songkickr/location_result.rb
songkickr-0.5.3 lib/songkickr/location_result.rb
songkickr-0.5.2 lib/songkickr/location_result.rb
songkickr-0.5.0 lib/songkickr/location_result.rb
songkickr-0.4.1 lib/songkickr/location_result.rb
songkickr-0.4.0 lib/songkickr/location_result.rb