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.
719 |
# File 'sig/crawlora.rbs', line 719
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#game ⇒ Object
720 |
# File 'sig/crawlora.rbs', line 720
def game: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_boxscore ⇒ Object
721 |
# File 'sig/crawlora.rbs', line 721
def game_boxscore: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_play_by_play ⇒ Object
722 |
# File 'sig/crawlora.rbs', line 722
def game_play_by_play: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#league_stats ⇒ Object
723 |
# File 'sig/crawlora.rbs', line 723
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
724 |
# File 'sig/crawlora.rbs', line 724
def player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#player_stats ⇒ Object
725 |
# File 'sig/crawlora.rbs', line 725
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
726 |
# File 'sig/crawlora.rbs', line 726
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
727 |
# File 'sig/crawlora.rbs', line 727
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
728 |
# File 'sig/crawlora.rbs', line 728
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
729 |
# File 'sig/crawlora.rbs', line 729
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
730 |
# File 'sig/crawlora.rbs', line 730
def teams: (?season: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#transactions ⇒ Object
731 |
# File 'sig/crawlora.rbs', line 731
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
|