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.
1133 |
# File 'sig/crawlora.rbs', line 1133
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#autocomplete ⇒ Object
1134 |
# File 'sig/crawlora.rbs', line 1134
def autocomplete: (?query: String, ?limit: Integer, ?status: "for_sale" | "sale" | "for-sale" | "for_rent" | "rent" | "for-rent" | "sold", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#property ⇒ Object
1135 |
# File 'sig/crawlora.rbs', line 1135
def property: (?zpid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1136 |
# File 'sig/crawlora.rbs', line 1136
def search: (?location: String, ?page: Integer, ?status: "for_sale" | "sale" | "for-sale" | "for_rent" | "rent" | "for-rent" | "sold", ?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
|