Class: Crawlora::FacebookGroup
- Inherits:
-
Object
- Object
- Crawlora::FacebookGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ FacebookGroup
constructor
A new instance of FacebookGroup.
- #marketplace_search ⇒ Object
- #page ⇒ Object
Constructor Details
#initialize ⇒ FacebookGroup
Returns a new instance of FacebookGroup.
489 |
# File 'sig/crawlora.rbs', line 489
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#marketplace_search ⇒ Object
490 |
# File 'sig/crawlora.rbs', line 490
def marketplace_search: (?location: String, ?query: String, ?category: "vehicles" | "property_rentals" | "classifieds" | "apparel" | "electronics" | "entertainment" | "family" | "free" | "garden_outdoors" | "hobbies" | "home_goods" | "home_improvement" | "musical_instruments" | "office_supplies" | "pet_supplies" | "property_sale" | "sporting_goods" | "toys_games", ?min_price: Integer, ?max_price: Integer, ?sort_by: "best_match" | "distance_ascend" | "creation_time_descend" | "price_ascend" | "price_descend", ?days_since_listed: "1" | "7" | "30", ?condition: "new" | "used_like_new" | "used_good" | "used_fair", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#page ⇒ Object
491 |
# File 'sig/crawlora.rbs', line 491
def page: (?page: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|