Sha256: 98cd7ceaf8b941573b4459f67f7bc0e635f4e1ddbb75957a2fcf5c546c8d6cfa
Contents?: true
Size: 414 Bytes
Versions: 7
Compression:
Stored size: 414 Bytes
Contents
module Songkickr # A class to represent the result hash of a Metro Area search. class MetroAreaResult < ResultSet # Takes the result hash directly and parses out the page and total entries and finally passes off to the parse_results method to get the results. def initialize(result_hash = {}) @result_type = "MetroArea" @result_key_string = "metroArea" super end end end
Version data entries
7 entries across 7 versions & 1 rubygems