Class: Crawlora::TicketWebGroup
- Inherits:
-
Object
- Object
- Crawlora::TicketWebGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TicketWebGroup
constructor
A new instance of TicketWebGroup.
- #ticketweb_event ⇒ Object
- #ticketweb_search ⇒ Object
- #ticketweb_venue ⇒ Object
Constructor Details
#initialize ⇒ TicketWebGroup
Returns a new instance of TicketWebGroup.
1716 |
# File 'sig/crawlora.rbs', line 1716
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ticketweb_event ⇒ Object
1717 |
# File 'sig/crawlora.rbs', line 1717
def ticketweb_event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ticketweb_search ⇒ Object
1718 |
# File 'sig/crawlora.rbs', line 1718
def ticketweb_search: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ticketweb_venue ⇒ Object
1719 |
# File 'sig/crawlora.rbs', line 1719
def ticketweb_venue: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|