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.
917 |
# File 'sig/crawlora.rbs', line 917
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#board ⇒ Object
918 |
# File 'sig/crawlora.rbs', line 918
def board: (?username: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
919 |
# File 'sig/crawlora.rbs', line 919
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#idea ⇒ Object
920 |
# File 'sig/crawlora.rbs', line 920
def idea: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pin ⇒ Object
921 |
# File 'sig/crawlora.rbs', line 921
def pin: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
922 |
# File 'sig/crawlora.rbs', line 922
def search: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user ⇒ Object
923 |
# File 'sig/crawlora.rbs', line 923
def user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_boards ⇒ Object
924 |
# File 'sig/crawlora.rbs', line 924
def user_boards: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_pins ⇒ Object
925 |
# File 'sig/crawlora.rbs', line 925
def user_pins: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|