Class: Crawlora::UsptoPatentPublicSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::UsptoPatentPublicSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ UsptoPatentPublicSearchGroup
constructor
A new instance of UsptoPatentPublicSearchGroup.
- #usptoppubs_detail ⇒ Object
- #usptoppubs_search ⇒ Object
Constructor Details
#initialize ⇒ UsptoPatentPublicSearchGroup
Returns a new instance of UsptoPatentPublicSearchGroup.
1865 |
# File 'sig/crawlora.rbs', line 1865
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#usptoppubs_detail ⇒ Object
1866 |
# File 'sig/crawlora.rbs', line 1866
def usptoppubs_detail: (?guid: String, ?source: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#usptoppubs_search ⇒ Object
1867 |
# File 'sig/crawlora.rbs', line 1867
def usptoppubs_search: (?q: String, ?databases: String, ?num: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|