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.
774 |
# File 'sig/crawlora.rbs', line 774
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#sofascore_event ⇒ Object
775 |
# File 'sig/crawlora.rbs', line 775
def sofascore_event: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_h2h ⇒ Object
776 |
# File 'sig/crawlora.rbs', line 776
def sofascore_event_h2h: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_incidents ⇒ Object
777 |
# File 'sig/crawlora.rbs', line 777
def sofascore_event_incidents: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_lineups ⇒ Object
778 |
# File 'sig/crawlora.rbs', line 778
def sofascore_event_lineups: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_odds ⇒ Object
779 |
# File 'sig/crawlora.rbs', line 779
def sofascore_event_odds: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_event_statistics ⇒ Object
780 |
# File 'sig/crawlora.rbs', line 780
def sofascore_event_statistics: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_live_events ⇒ Object
781 |
# File 'sig/crawlora.rbs', line 781
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
782 |
# File 'sig/crawlora.rbs', line 782
def sofascore_player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_round_events ⇒ Object
783 |
# File 'sig/crawlora.rbs', line 783
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
784 |
# File 'sig/crawlora.rbs', line 784
def sofascore_search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_standings ⇒ Object
785 |
# File 'sig/crawlora.rbs', line 785
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
786 |
# File 'sig/crawlora.rbs', line 786
def sofascore_team: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_team_events ⇒ Object
787 |
# File 'sig/crawlora.rbs', line 787
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
788 |
# File 'sig/crawlora.rbs', line 788
def sofascore_team_players: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sofascore_tournament_seasons ⇒ Object
789 |
# File 'sig/crawlora.rbs', line 789
def sofascore_tournament_seasons: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|