Class: Crawlora::AmazonJobsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeAmazonJobsGroup

Returns a new instance of AmazonJobsGroup.

Parameters:

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


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

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)


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

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

#searchObject

Parameters:

  • q: (String)
  • category: ("administrative-support", "applied-science", "audio-video-photography-production", "business-intelligence-data-engineering", "business-merchant-development", "buying-planning-instock-management", "customer-service", "data-science", "database-administration", "design", "economics", "editorial-writing-content-management", "facilities-maintenance-real-estate", "fgbs", "fulfillment-center-warehouse-associate", "fulfillment-operations-management", "hardware-development", "human-resources", "investigation-loss-prevention", "leadership-development-training", "legal", "marketing", "medical-health-safety", "operations-it-support-engineering", "project-program-product-management-non-tech", "project-program-product-management-technical", "public-policy", "public-relations-communications", "research-science", "sales-advertising-account-management", "software-development", "solutions-architecture", "supply-chain-transportation-management", "systems-quality-security-engineering")
  • country: (String)
  • page: (Integer)
  • limit: (Integer)
  • sort: ("relevant", "recent")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?q: String, ?category: "administrative-support" | "applied-science" | "audio-video-photography-production" | "business-intelligence-data-engineering" | "business-merchant-development" | "buying-planning-instock-management" | "customer-service" | "data-science" | "database-administration" | "design" | "economics" | "editorial-writing-content-management" | "facilities-maintenance-real-estate" | "fgbs" | "fulfillment-center-warehouse-associate" | "fulfillment-operations-management" | "hardware-development" | "human-resources" | "investigation-loss-prevention" | "leadership-development-training" | "legal" | "marketing" | "medical-health-safety" | "operations-it-support-engineering" | "project-program-product-management-non-tech" | "project-program-product-management-technical" | "public-policy" | "public-relations-communications" | "research-science" | "sales-advertising-account-management" | "software-development" | "solutions-architecture" | "supply-chain-transportation-management" | "systems-quality-security-engineering", ?country: String, ?page: Integer, ?limit: Integer, ?sort: "relevant" | "recent", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped