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.
1081 |
# File 'sig/crawlora.rbs', line 1081
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#attraction ⇒ Object
1082 |
# File 'sig/crawlora.rbs', line 1082
def attraction: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_events ⇒ Object
1083 |
# File 'sig/crawlora.rbs', line 1083
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
1084 |
# File 'sig/crawlora.rbs', line 1084
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
1085 |
# File 'sig/crawlora.rbs', line 1085
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
1086 |
# File 'sig/crawlora.rbs', line 1086
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
1087 |
# File 'sig/crawlora.rbs', line 1087
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
1088 |
# File 'sig/crawlora.rbs', line 1088
def event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_events ⇒ Object
1089 |
# File 'sig/crawlora.rbs', line 1089
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
1090 |
# File 'sig/crawlora.rbs', line 1090
def suggest: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue ⇒ Object
1091 |
# File 'sig/crawlora.rbs', line 1091
def venue: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue_events ⇒ Object
1092 |
# File 'sig/crawlora.rbs', line 1092
def venue_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|