Class: Crawlora::TeslaJobsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeTeslaJobsGroup

Returns a new instance of TeslaJobsGroup.

Parameters:

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


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

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

Instance Method Details

#jobObject

Parameters:

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

Returns:

  • (Object)


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

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

#listObject

Parameters:

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

Returns:

  • (Object)


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

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