Class: Crawlora::TicketmasterGroup
- Inherits:
-
Object
- Object
- Crawlora::TicketmasterGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #attraction ⇒ Object
- #attraction_events ⇒ Object
- #discover_categories ⇒ Object
- #discover_category_events ⇒ Object
- #discover_cities ⇒ Object
- #discover_city_events ⇒ Object
- #event ⇒ Object
-
#initialize ⇒ TicketmasterGroup
constructor
A new instance of TicketmasterGroup.
- #search_events ⇒ Object
- #suggest ⇒ Object
- #venue ⇒ Object
- #venue_events ⇒ Object
Constructor Details
#initialize ⇒ TicketmasterGroup
Returns a new instance of TicketmasterGroup.
999 |
# File 'sig/crawlora.rbs', line 999
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#attraction ⇒ Object
1000 |
# File 'sig/crawlora.rbs', line 1000
def attraction: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_events ⇒ Object
1001 |
# File 'sig/crawlora.rbs', line 1001
def attraction_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover_categories ⇒ Object
1002 |
# File 'sig/crawlora.rbs', line 1002
def discover_categories: (?section: "all" | "concerts" | "sports" | "arts-theater" | "family", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover_category_events ⇒ Object
1003 |
# File 'sig/crawlora.rbs', line 1003
def discover_category_events: (?category_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover_cities ⇒ Object
1004 |
# File 'sig/crawlora.rbs', line 1004
def discover_cities: (?country: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover_city_events ⇒ Object
1005 |
# File 'sig/crawlora.rbs', line 1005
def discover_city_events: (?city: String, ?country: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event ⇒ Object
1006 |
# File 'sig/crawlora.rbs', line 1006
def event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_events ⇒ Object
1007 |
# File 'sig/crawlora.rbs', line 1007
def search_events: (?q: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1008 |
# File 'sig/crawlora.rbs', line 1008
def suggest: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue ⇒ Object
1009 |
# File 'sig/crawlora.rbs', line 1009
def venue: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue_events ⇒ Object
1010 |
# File 'sig/crawlora.rbs', line 1010
def venue_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|