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.
1296 |
# File 'sig/crawlora.rbs', line 1296
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#attraction ⇒ Object
1297 |
# File 'sig/crawlora.rbs', line 1297
def attraction: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_events ⇒ Object
1298 |
# File 'sig/crawlora.rbs', line 1298
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
1299 |
# File 'sig/crawlora.rbs', line 1299
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
1300 |
# File 'sig/crawlora.rbs', line 1300
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
1301 |
# File 'sig/crawlora.rbs', line 1301
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
1302 |
# File 'sig/crawlora.rbs', line 1302
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
1303 |
# File 'sig/crawlora.rbs', line 1303
def event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_events ⇒ Object
1304 |
# File 'sig/crawlora.rbs', line 1304
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
1305 |
# File 'sig/crawlora.rbs', line 1305
def suggest: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue ⇒ Object
1306 |
# File 'sig/crawlora.rbs', line 1306
def venue: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue_events ⇒ Object
1307 |
# File 'sig/crawlora.rbs', line 1307
def venue_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|