Class: Crawlora::FacebookGroup
- Inherits:
-
Object
- Object
- Crawlora::FacebookGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #group ⇒ Object
-
#initialize ⇒ FacebookGroup
constructor
A new instance of FacebookGroup.
- #marketplace_item ⇒ Object
- #marketplace_search ⇒ Object
- #page ⇒ Object
Constructor Details
#initialize ⇒ FacebookGroup
Returns a new instance of FacebookGroup.
416 |
# File 'sig/crawlora.rbs', line 416
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#group ⇒ Object
417 |
# File 'sig/crawlora.rbs', line 417
def group: (?group: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#marketplace_item ⇒ Object
418 |
# File 'sig/crawlora.rbs', line 418
def marketplace_item: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#marketplace_search ⇒ Object
419 |
# File 'sig/crawlora.rbs', line 419
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
420 |
# File 'sig/crawlora.rbs', line 420
def page: (?page: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|