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