Class: Crawlora::ZillowGroup
- Inherits:
-
Object
- Object
- Crawlora::ZillowGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #autocomplete ⇒ Object
-
#initialize ⇒ ZillowGroup
constructor
A new instance of ZillowGroup.
- #property ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ ZillowGroup
Returns a new instance of ZillowGroup.
706 |
# File 'sig/crawlora.rbs', line 706
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#autocomplete ⇒ Object
707 |
# File 'sig/crawlora.rbs', line 707
def autocomplete: (?query: String, ?limit: Integer, ?status: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#property ⇒ Object
708 |
# File 'sig/crawlora.rbs', line 708
def property: (?zpid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
709 |
# File 'sig/crawlora.rbs', line 709
def search: (?location: String, ?page: Integer, ?status: String, ?region_id: Integer, ?region_type: Integer, ?west: Float, ?east: Float, ?south: Float, ?north: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|