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])


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

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

Instance Method Details

#pageObject

Parameters:

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

Returns:

  • (Object)


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

def page: (?page: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped