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.
858 |
# File 'sig/crawlora.rbs', line 858
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#board ⇒ Object
859 |
# File 'sig/crawlora.rbs', line 859
def board: (?username: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
860 |
# File 'sig/crawlora.rbs', line 860
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#idea ⇒ Object
861 |
# File 'sig/crawlora.rbs', line 861
def idea: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pin ⇒ Object
862 |
# File 'sig/crawlora.rbs', line 862
def pin: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
863 |
# File 'sig/crawlora.rbs', line 863
def search: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user ⇒ Object
864 |
# File 'sig/crawlora.rbs', line 864
def user: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_boards ⇒ Object
865 |
# File 'sig/crawlora.rbs', line 865
def user_boards: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_pins ⇒ Object
866 |
# File 'sig/crawlora.rbs', line 866
def user_pins: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|