Class: Crawlora::FacebookGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeFacebookGroup

Returns a new instance of FacebookGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


416
# File 'sig/crawlora.rbs', line 416

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#groupObject

Parameters:

  • group: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_itemObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_searchObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#pageObject

Parameters:

  • page: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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