Class: Crawlora::WalgreensGroup

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

Instance Method Summary collapse

Constructor Details

#initializeWalgreensGroup

Returns a new instance of WalgreensGroup.

Parameters:

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


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

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

Instance Method Details

#storesObject

Parameters:

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

Returns:

  • (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