Class: Crawlora::WalgreensGroup
- Inherits:
-
Object
- Object
- Crawlora::WalgreensGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ WalgreensGroup
constructor
A new instance of WalgreensGroup.
- #stores ⇒ Object
Constructor Details
#initialize ⇒ WalgreensGroup
Returns a new instance of WalgreensGroup.
1882 |
# File 'sig/crawlora.rbs', line 1882
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#stores ⇒ Object
1883 |
# File 'sig/crawlora.rbs', line 1883
def stores: (?latitude: Float, ?longitude: Float, ?zip: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|