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.
858 |
# File 'sig/crawlora.rbs', line 858
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#birthdays ⇒ Object
859 |
# File 'sig/crawlora.rbs', line 859
def birthdays: (?month: Integer, ?day: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#card ⇒ Object
860 |
# File 'sig/crawlora.rbs', line 860
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
861 |
# File 'sig/crawlora.rbs', line 861
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
862 |
# File 'sig/crawlora.rbs', line 862
def companies: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#person ⇒ Object
863 |
# File 'sig/crawlora.rbs', line 863
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
864 |
# File 'sig/crawlora.rbs', line 864
def releases: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
865 |
# File 'sig/crawlora.rbs', line 865
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
866 |
# File 'sig/crawlora.rbs', line 866
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
867 |
# File 'sig/crawlora.rbs', line 867
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
868 |
# File 'sig/crawlora.rbs', line 868
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
869 |
# File 'sig/crawlora.rbs', line 869
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
870 |
# File 'sig/crawlora.rbs', line 870
def top_sets: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|