Class: Crawlora::MlbGroup
- Inherits:
-
Object
- Object
- Crawlora::MlbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #game ⇒ Object
- #game_boxscore ⇒ Object
- #game_play_by_play ⇒ Object
-
#initialize ⇒ MlbGroup
constructor
A new instance of MlbGroup.
- #league_stats ⇒ Object
- #player ⇒ Object
- #player_stats ⇒ Object
- #schedule ⇒ Object
- #standings ⇒ Object
- #team_roster ⇒ Object
- #team_stats ⇒ Object
- #teams ⇒ Object
- #transactions ⇒ Object
Constructor Details
#initialize ⇒ MlbGroup
Returns a new instance of MlbGroup.
1130 |
# File 'sig/crawlora.rbs', line 1130
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#game ⇒ Object
1131 |
# File 'sig/crawlora.rbs', line 1131
def game: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_boxscore ⇒ Object
1132 |
# File 'sig/crawlora.rbs', line 1132
def game_boxscore: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_play_by_play ⇒ Object
1133 |
# File 'sig/crawlora.rbs', line 1133
def game_play_by_play: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#league_stats ⇒ Object
1134 |
# File 'sig/crawlora.rbs', line 1134
def league_stats: (?season: Integer, ?group: "hitting" | "pitching" | "fielding", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#player ⇒ Object
1135 |
# File 'sig/crawlora.rbs', line 1135
def player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#player_stats ⇒ Object
1136 |
# File 'sig/crawlora.rbs', line 1136
def player_stats: (?id: String, ?season: Integer, ?group: "hitting" | "pitching" | "fielding", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#schedule ⇒ Object
1137 |
# File 'sig/crawlora.rbs', line 1137
def schedule: (?date: String, ?start_date: String, ?end_date: String, ?team_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#standings ⇒ Object
1138 |
# File 'sig/crawlora.rbs', line 1138
def standings: (?season: Integer, ?type: "regularSeason" | "wildCard" | "springTraining", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team_roster ⇒ Object
1139 |
# File 'sig/crawlora.rbs', line 1139
def team_roster: (?team_id: String, ?season: Integer, ?roster_type: "active" | "40Man" | "fullSeason", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team_stats ⇒ Object
1140 |
# File 'sig/crawlora.rbs', line 1140
def team_stats: (?team_id: String, ?season: Integer, ?group: "hitting" | "pitching" | "fielding", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#teams ⇒ Object
1141 |
# File 'sig/crawlora.rbs', line 1141
def teams: (?season: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#transactions ⇒ Object
1142 |
# File 'sig/crawlora.rbs', line 1142
def transactions: (?start_date: String, ?end_date: String, ?team_id: String, ?player_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|