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.
1097 |
# File 'sig/crawlora.rbs', line 1097
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#autocomplete ⇒ Object
1098 |
# File 'sig/crawlora.rbs', line 1098
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
1099 |
# File 'sig/crawlora.rbs', line 1099
def property: (?zpid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1100 |
# File 'sig/crawlora.rbs', line 1100
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
|