Class: Crawlora::TcdbGroup
- Inherits:
-
Object
- Object
- Crawlora::TcdbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #birthdays ⇒ Object
- #card ⇒ Object
- #card_of_the_day ⇒ Object
- #companies ⇒ Object
-
#initialize ⇒ TcdbGroup
constructor
A new instance of TcdbGroup.
- #person ⇒ Object
- #releases ⇒ Object
- #search ⇒ Object
- #set ⇒ Object
- #sets ⇒ Object
- #tagged ⇒ Object
- #team ⇒ Object
- #top_sets ⇒ Object
Constructor Details
#initialize ⇒ TcdbGroup
Returns a new instance of TcdbGroup.
864 |
# File 'sig/crawlora.rbs', line 864
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#birthdays ⇒ Object
865 |
# File 'sig/crawlora.rbs', line 865
def birthdays: (?month: Integer, ?day: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#card ⇒ Object
866 |
# File 'sig/crawlora.rbs', line 866
def card: (?set_id: String, ?card_id: String, ?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#card_of_the_day ⇒ Object
867 |
# File 'sig/crawlora.rbs', line 867
def card_of_the_day: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#companies ⇒ Object
868 |
# File 'sig/crawlora.rbs', line 868
def companies: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#person ⇒ Object
869 |
# File 'sig/crawlora.rbs', line 869
def person: (?id: String, ?path: String, ?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#releases ⇒ Object
870 |
# File 'sig/crawlora.rbs', line 870
def releases: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
871 |
# File 'sig/crawlora.rbs', line 871
def search: (?q: String, ?category: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#set ⇒ Object
872 |
# File 'sig/crawlora.rbs', line 872
def set: (?id: String, ?path: String, ?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sets ⇒ Object
873 |
# File 'sig/crawlora.rbs', line 873
def sets: (?sport: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?year: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tagged ⇒ Object
874 |
# File 'sig/crawlora.rbs', line 874
def tagged: (?id: String, ?path: String, ?url: String, ?sport: "Baseball" | "Basketball" | "Boxing" | "Cricket" | "Football" | "Gaming" | "Golf" | "Hockey" | "Misc Sports" | "MMA" | "Multi-Sport" | "Non-Sport" | "Racing" | "Soccer" | "Tennis" | "Wrestling", ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team ⇒ Object
875 |
# File 'sig/crawlora.rbs', line 875
def team: (?id: String, ?path: String, ?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#top_sets ⇒ Object
876 |
# File 'sig/crawlora.rbs', line 876
def top_sets: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|