Class: Crawlora::SofaScoreGroup
- Inherits:
-
Object
- Object
- Crawlora::SofaScoreGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ SofaScoreGroup
constructor
A new instance of SofaScoreGroup.
- #sofascore_event ⇒ Object
- #sofascore_event_h2h ⇒ Object
- #sofascore_event_incidents ⇒ Object
- #sofascore_event_lineups ⇒ Object
- #sofascore_event_odds ⇒ Object
- #sofascore_event_statistics ⇒ Object
- #sofascore_live_events ⇒ Object
- #sofascore_player ⇒ Object
- #sofascore_round_events ⇒ Object
- #sofascore_search ⇒ Object
- #sofascore_standings ⇒ Object
- #sofascore_team ⇒ Object
- #sofascore_team_events ⇒ Object
- #sofascore_team_players ⇒ Object
- #sofascore_tournament_seasons ⇒ Object
Constructor Details
#initialize ⇒ SofaScoreGroup
Returns a new instance of SofaScoreGroup.
597 |
# File 'sig/crawlora.rbs', line 597
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#sofascore_event ⇒ Object
598 |
# File 'sig/crawlora.rbs', line 598
def sofascore_event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_h2h ⇒ Object
599 |
# File 'sig/crawlora.rbs', line 599
def sofascore_event_h2h: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_incidents ⇒ Object
600 |
# File 'sig/crawlora.rbs', line 600
def sofascore_event_incidents: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_lineups ⇒ Object
601 |
# File 'sig/crawlora.rbs', line 601
def sofascore_event_lineups: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_odds ⇒ Object
602 |
# File 'sig/crawlora.rbs', line 602
def sofascore_event_odds: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_statistics ⇒ Object
603 |
# File 'sig/crawlora.rbs', line 603
def sofascore_event_statistics: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_live_events ⇒ Object
604 |
# File 'sig/crawlora.rbs', line 604
def sofascore_live_events: (?sport: "football" | "basketball" | "tennis", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_player ⇒ Object
605 |
# File 'sig/crawlora.rbs', line 605
def sofascore_player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_round_events ⇒ Object
606 |
# File 'sig/crawlora.rbs', line 606
def sofascore_round_events: (?id: String, ?season: String, ?round: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_search ⇒ Object
607 |
# File 'sig/crawlora.rbs', line 607
def sofascore_search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_standings ⇒ Object
608 |
# File 'sig/crawlora.rbs', line 608
def sofascore_standings: (?id: String, ?season: String, ?type: "total" | "home" | "away", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team ⇒ Object
609 |
# File 'sig/crawlora.rbs', line 609
def sofascore_team: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team_events ⇒ Object
610 |
# File 'sig/crawlora.rbs', line 610
def sofascore_team_events: (?id: String, ?direction: "next" | "last", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team_players ⇒ Object
611 |
# File 'sig/crawlora.rbs', line 611
def sofascore_team_players: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_tournament_seasons ⇒ Object
612 |
# File 'sig/crawlora.rbs', line 612
def sofascore_tournament_seasons: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|