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.
530 |
# File 'sig/crawlora.rbs', line 530
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author ⇒ Object
531 |
# File 'sig/crawlora.rbs', line 531
def author: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_books ⇒ Object
532 |
# File 'sig/crawlora.rbs', line 532
def author_books: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_quotes ⇒ Object
533 |
# File 'sig/crawlora.rbs', line 533
def author_quotes: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
534 |
# File 'sig/crawlora.rbs', line 534
def book: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_editions ⇒ Object
535 |
# File 'sig/crawlora.rbs', line 535
def book_editions: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
536 |
# File 'sig/crawlora.rbs', line 536
def book_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
537 |
# File 'sig/crawlora.rbs', line 537
def genre: (?name: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
538 |
# File 'sig/crawlora.rbs', line 538
def list: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lists ⇒ Object
539 |
# File 'sig/crawlora.rbs', line 539
def lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
540 |
# File 'sig/crawlora.rbs', line 540
def search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|