Class: Crawlora::GooglePatentsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeGooglePatentsGroup

Returns a new instance of GooglePatentsGroup.

Parameters:

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


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

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

Instance Method Details

#googlepatents_classificationObject

Parameters:

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

Returns:

  • (Object)


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

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

#googlepatents_coverageObject

Parameters:

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

Returns:

  • (Object)


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

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

#googlepatents_detailObject

Parameters:

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

Returns:

  • (Object)


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

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

#googlepatents_recentObject

Parameters:

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

Returns:

  • (Object)


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

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

#googlepatents_searchObject

Parameters:

  • q: (String)
  • inventor: (String)
  • assignee: (String)
  • country: (String)
  • status: ("GRANT", "APPLICATION")
  • type: ("PATENT", "DESIGN")
  • language: ("ENGLISH", "GERMAN", "CHINESE", "FRENCH", "SPANISH", "ARABIC", "JAPANESE", "KOREAN", "PORTUGUESE", "RUSSIAN", "ITALIAN", "DUTCH", "SWEDISH", "FINNISH", "NORWEGIAN", "DANISH")
  • date_field: ("priority", "filing", "publication")
  • before: (String)
  • after: (String)
  • sort: ("relevance", "new", "old")
  • num: (Integer)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def googlepatents_search: (?q: String, ?inventor: String, ?assignee: String, ?country: String, ?status: "GRANT" | "APPLICATION", ?type: "PATENT" | "DESIGN", ?language: "ENGLISH" | "GERMAN" | "CHINESE" | "FRENCH" | "SPANISH" | "ARABIC" | "JAPANESE" | "KOREAN" | "PORTUGUESE" | "RUSSIAN" | "ITALIAN" | "DUTCH" | "SWEDISH" | "FINNISH" | "NORWEGIAN" | "DANISH", ?date_field: "priority" | "filing" | "publication", ?before: String, ?after: String, ?sort: "relevance" | "new" | "old", ?num: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#googlepatents_suggestObject

Parameters:

  • field: ("inventor", "assignee")
  • value: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

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