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.
832 |
# File 'sig/crawlora.rbs', line 832
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#sofascore_event ⇒ Object
833 |
# File 'sig/crawlora.rbs', line 833
def sofascore_event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_h2h ⇒ Object
834 |
# File 'sig/crawlora.rbs', line 834
def sofascore_event_h2h: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_incidents ⇒ Object
835 |
# File 'sig/crawlora.rbs', line 835
def sofascore_event_incidents: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_lineups ⇒ Object
836 |
# File 'sig/crawlora.rbs', line 836
def sofascore_event_lineups: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_odds ⇒ Object
837 |
# File 'sig/crawlora.rbs', line 837
def sofascore_event_odds: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_statistics ⇒ Object
838 |
# File 'sig/crawlora.rbs', line 838
def sofascore_event_statistics: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_live_events ⇒ Object
839 |
# File 'sig/crawlora.rbs', line 839
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
840 |
# File 'sig/crawlora.rbs', line 840
def sofascore_player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_round_events ⇒ Object
841 |
# File 'sig/crawlora.rbs', line 841
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
842 |
# File 'sig/crawlora.rbs', line 842
def sofascore_search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_standings ⇒ Object
843 |
# File 'sig/crawlora.rbs', line 843
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
844 |
# File 'sig/crawlora.rbs', line 844
def sofascore_team: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team_events ⇒ Object
845 |
# File 'sig/crawlora.rbs', line 845
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
846 |
# File 'sig/crawlora.rbs', line 846
def sofascore_team_players: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_tournament_seasons ⇒ Object
847 |
# File 'sig/crawlora.rbs', line 847
def sofascore_tournament_seasons: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|