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.
645 |
# File 'sig/crawlora.rbs', line 645
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#game ⇒ Object
646 |
# File 'sig/crawlora.rbs', line 646
def game: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_boxscore ⇒ Object
647 |
# File 'sig/crawlora.rbs', line 647
def game_boxscore: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#game_play_by_play ⇒ Object
648 |
# File 'sig/crawlora.rbs', line 648
def game_play_by_play: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#league_stats ⇒ Object
649 |
# File 'sig/crawlora.rbs', line 649
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
650 |
# File 'sig/crawlora.rbs', line 650
def player: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#player_stats ⇒ Object
651 |
# File 'sig/crawlora.rbs', line 651
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
652 |
# File 'sig/crawlora.rbs', line 652
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
653 |
# File 'sig/crawlora.rbs', line 653
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
654 |
# File 'sig/crawlora.rbs', line 654
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
655 |
# File 'sig/crawlora.rbs', line 655
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
656 |
# File 'sig/crawlora.rbs', line 656
def teams: (?season: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#transactions ⇒ Object
657 |
# File 'sig/crawlora.rbs', line 657
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
|