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