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.
387 |
# File 'sig/crawlora.rbs', line 387
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author ⇒ Object
388 |
# File 'sig/crawlora.rbs', line 388
def author: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_books ⇒ Object
389 |
# File 'sig/crawlora.rbs', line 389
def author_books: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_quotes ⇒ Object
390 |
# File 'sig/crawlora.rbs', line 390
def author_quotes: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
391 |
# File 'sig/crawlora.rbs', line 391
def book: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_editions ⇒ Object
392 |
# File 'sig/crawlora.rbs', line 392
def book_editions: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
393 |
# File 'sig/crawlora.rbs', line 393
def book_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
394 |
# File 'sig/crawlora.rbs', line 394
def genre: (?name: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
395 |
# File 'sig/crawlora.rbs', line 395
def list: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lists ⇒ Object
396 |
# File 'sig/crawlora.rbs', line 396
def lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
397 |
# File 'sig/crawlora.rbs', line 397
def search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|