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.
371 |
# File 'sig/crawlora.rbs', line 371
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author ⇒ Object
372 |
# File 'sig/crawlora.rbs', line 372
def author: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_books ⇒ Object
373 |
# File 'sig/crawlora.rbs', line 373
def author_books: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_quotes ⇒ Object
374 |
# File 'sig/crawlora.rbs', line 374
def author_quotes: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
375 |
# File 'sig/crawlora.rbs', line 375
def book: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_editions ⇒ Object
376 |
# File 'sig/crawlora.rbs', line 376
def book_editions: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
377 |
# File 'sig/crawlora.rbs', line 377
def book_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
378 |
# File 'sig/crawlora.rbs', line 378
def genre: (?name: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
379 |
# File 'sig/crawlora.rbs', line 379
def list: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lists ⇒ Object
380 |
# File 'sig/crawlora.rbs', line 380
def lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
381 |
# File 'sig/crawlora.rbs', line 381
def search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|