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.
741 |
# File 'sig/crawlora.rbs', line 741
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#sofascore_event ⇒ Object
742 |
# File 'sig/crawlora.rbs', line 742
def sofascore_event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_h2h ⇒ Object
743 |
# File 'sig/crawlora.rbs', line 743
def sofascore_event_h2h: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_incidents ⇒ Object
744 |
# File 'sig/crawlora.rbs', line 744
def sofascore_event_incidents: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_lineups ⇒ Object
745 |
# File 'sig/crawlora.rbs', line 745
def sofascore_event_lineups: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_odds ⇒ Object
746 |
# File 'sig/crawlora.rbs', line 746
def sofascore_event_odds: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_statistics ⇒ Object
747 |
# File 'sig/crawlora.rbs', line 747
def sofascore_event_statistics: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_live_events ⇒ Object
748 |
# File 'sig/crawlora.rbs', line 748
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
749 |
# File 'sig/crawlora.rbs', line 749
def sofascore_player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_round_events ⇒ Object
750 |
# File 'sig/crawlora.rbs', line 750
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
751 |
# File 'sig/crawlora.rbs', line 751
def sofascore_search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_standings ⇒ Object
752 |
# File 'sig/crawlora.rbs', line 752
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
753 |
# File 'sig/crawlora.rbs', line 753
def sofascore_team: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team_events ⇒ Object
754 |
# File 'sig/crawlora.rbs', line 754
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
755 |
# File 'sig/crawlora.rbs', line 755
def sofascore_team_players: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_tournament_seasons ⇒ Object
756 |
# File 'sig/crawlora.rbs', line 756
def sofascore_tournament_seasons: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|