Class: Crawlora::TicketmasterGroup
- Inherits:
-
Object
- Object
- Crawlora::TicketmasterGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #attraction ⇒ Object
- #attraction_events ⇒ Object
- #attraction_related ⇒ Object
- #attraction_reviews ⇒ 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
- #trending_attractions ⇒ Object
- #venue ⇒ Object
- #venue_enhanced_details ⇒ Object
- #venue_events ⇒ Object
Constructor Details
#initialize ⇒ TicketmasterGroup
Returns a new instance of TicketmasterGroup.
1697 |
# File 'sig/crawlora.rbs', line 1697
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#attraction ⇒ Object
1698 |
# File 'sig/crawlora.rbs', line 1698
def attraction: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_events ⇒ Object
1699 |
# File 'sig/crawlora.rbs', line 1699
def attraction_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_related ⇒ Object
1700 |
# File 'sig/crawlora.rbs', line 1700
def attraction_related: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#attraction_reviews ⇒ Object
1701 |
# File 'sig/crawlora.rbs', line 1701
def attraction_reviews: (?id: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover_categories ⇒ Object
1702 |
# File 'sig/crawlora.rbs', line 1702
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
1703 |
# File 'sig/crawlora.rbs', line 1703
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
1704 |
# File 'sig/crawlora.rbs', line 1704
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
1705 |
# File 'sig/crawlora.rbs', line 1705
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
1706 |
# File 'sig/crawlora.rbs', line 1706
def event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_events ⇒ Object
1707 |
# File 'sig/crawlora.rbs', line 1707
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
1708 |
# File 'sig/crawlora.rbs', line 1708
def suggest: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trending_attractions ⇒ Object
1709 |
# File 'sig/crawlora.rbs', line 1709
def trending_attractions: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue ⇒ Object
1710 |
# File 'sig/crawlora.rbs', line 1710
def venue: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue_enhanced_details ⇒ Object
1711 |
# File 'sig/crawlora.rbs', line 1711
def venue_enhanced_details: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#venue_events ⇒ Object
1712 |
# File 'sig/crawlora.rbs', line 1712
def venue_events: (?id: String, ?page: Integer, ?sort: "relevance" | "date", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|