Sha256: ecc3aafa0df6823a1f7a67429e7bddc4da784a8ecd435c293095717cca897306
Contents?: true
Size: 399 Bytes
Versions: 7
Compression:
Stored size: 399 Bytes
Contents
module Songkickr # A class to represent the result hash of an Event search. class EventResult < 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 = "Event" @result_key_string = "event" super end end end
Version data entries
7 entries across 7 versions & 1 rubygems