Class: Crawlora::GoodreadsGroup
- Inherits:
-
Object
- Object
- Crawlora::GoodreadsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #author ⇒ Object
- #author_books ⇒ Object
- #author_quotes ⇒ Object
- #book ⇒ Object
- #book_editions ⇒ Object
- #book_reviews ⇒ Object
- #genre ⇒ Object
-
#initialize ⇒ GoodreadsGroup
constructor
A new instance of GoodreadsGroup.
- #list ⇒ Object
- #lists ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ GoodreadsGroup
Returns a new instance of GoodreadsGroup.
392 |
# File 'sig/crawlora.rbs', line 392
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author ⇒ Object
393 |
# File 'sig/crawlora.rbs', line 393
def author: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_books ⇒ Object
394 |
# File 'sig/crawlora.rbs', line 394
def author_books: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_quotes ⇒ Object
395 |
# File 'sig/crawlora.rbs', line 395
def author_quotes: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
396 |
# File 'sig/crawlora.rbs', line 396
def book: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_editions ⇒ Object
397 |
# File 'sig/crawlora.rbs', line 397
def book_editions: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
398 |
# File 'sig/crawlora.rbs', line 398
def book_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
399 |
# File 'sig/crawlora.rbs', line 399
def genre: (?name: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
400 |
# File 'sig/crawlora.rbs', line 400
def list: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lists ⇒ Object
401 |
# File 'sig/crawlora.rbs', line 401
def lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
402 |
# File 'sig/crawlora.rbs', line 402
def search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|