Class: Crawlora::GooglePatentsGroup
- Inherits:
-
Object
- Object
- Crawlora::GooglePatentsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #googlepatents_classification ⇒ Object
- #googlepatents_coverage ⇒ Object
- #googlepatents_detail ⇒ Object
- #googlepatents_recent ⇒ Object
- #googlepatents_search ⇒ Object
- #googlepatents_suggest ⇒ Object
-
#initialize ⇒ GooglePatentsGroup
constructor
A new instance of GooglePatentsGroup.
Constructor Details
#initialize ⇒ GooglePatentsGroup
Returns a new instance of GooglePatentsGroup.
790 |
# File 'sig/crawlora.rbs', line 790
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#googlepatents_classification ⇒ 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_coverage ⇒ 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_detail ⇒ 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_recent ⇒ 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_search ⇒ 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_suggest ⇒ 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
|