Class: Crawlora::PinterestGroup
- Inherits:
-
Object
- Object
- Crawlora::PinterestGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #board ⇒ Object
- #categories ⇒ Object
- #idea ⇒ Object
-
#initialize ⇒ PinterestGroup
constructor
A new instance of PinterestGroup.
- #pin ⇒ Object
- #search ⇒ Object
- #user ⇒ Object
- #user_boards ⇒ Object
- #user_pins ⇒ Object
Constructor Details
#initialize ⇒ PinterestGroup
Returns a new instance of PinterestGroup.
1221 |
# File 'sig/crawlora.rbs', line 1221
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#board ⇒ Object
1222 |
# File 'sig/crawlora.rbs', line 1222
def board: (?username: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
1223 |
# File 'sig/crawlora.rbs', line 1223
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#idea ⇒ Object
1224 |
# File 'sig/crawlora.rbs', line 1224
def idea: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pin ⇒ Object
1225 |
# File 'sig/crawlora.rbs', line 1225
def pin: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1226 |
# File 'sig/crawlora.rbs', line 1226
def search: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user ⇒ Object
1227 |
# File 'sig/crawlora.rbs', line 1227
def user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_boards ⇒ Object
1228 |
# File 'sig/crawlora.rbs', line 1228
def user_boards: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_pins ⇒ Object
1229 |
# File 'sig/crawlora.rbs', line 1229
def user_pins: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|