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


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

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)


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

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)


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

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