Class: Crawlora::RedfinGroup
- Inherits:
-
Object
- Object
- Crawlora::RedfinGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #estimate ⇒ Object
-
#initialize ⇒ RedfinGroup
constructor
A new instance of RedfinGroup.
- #property ⇒ Object
- #region_trends ⇒ Object
- #search ⇒ Object
- #similar ⇒ Object
Constructor Details
#initialize ⇒ RedfinGroup
Returns a new instance of RedfinGroup.
459 |
# File 'sig/crawlora.rbs', line 459
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#estimate ⇒ Object
460 |
# File 'sig/crawlora.rbs', line 460
def estimate: (?property_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#property ⇒ Object
461 |
# File 'sig/crawlora.rbs', line 461
def property: (?url: String, ?property_id: String, ?listing_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#region_trends ⇒ Object
462 |
# File 'sig/crawlora.rbs', line 462
def region_trends: (?region_id: Integer, ?region_type: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
463 |
# File 'sig/crawlora.rbs', line 463
def search: (?location: String, ?page: Integer, ?region_id: Integer, ?region_type: Integer, ?status: String, ?min_price: Integer, ?max_price: Integer, ?min_beds: Integer, ?min_baths: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#similar ⇒ Object
464 |
# File 'sig/crawlora.rbs', line 464
def similar: (?property_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|