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.
452 |
# File 'sig/crawlora.rbs', line 452
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#author ⇒ Object
453 |
# File 'sig/crawlora.rbs', line 453
def author: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_books ⇒ Object
454 |
# File 'sig/crawlora.rbs', line 454
def author_books: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#author_quotes ⇒ Object
455 |
# File 'sig/crawlora.rbs', line 455
def author_quotes: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book ⇒ Object
456 |
# File 'sig/crawlora.rbs', line 456
def book: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_editions ⇒ Object
457 |
# File 'sig/crawlora.rbs', line 457
def book_editions: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#book_reviews ⇒ Object
458 |
# File 'sig/crawlora.rbs', line 458
def book_reviews: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
459 |
# File 'sig/crawlora.rbs', line 459
def genre: (?name: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
460 |
# File 'sig/crawlora.rbs', line 460
def list: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#lists ⇒ Object
461 |
# File 'sig/crawlora.rbs', line 461
def lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
462 |
# File 'sig/crawlora.rbs', line 462
def search: (?q: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|