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.
684 |
# File 'sig/crawlora.rbs', line 684
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#estimate ⇒ Object
685 |
# File 'sig/crawlora.rbs', line 685
def estimate: (?property_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#property ⇒ Object
686 |
# File 'sig/crawlora.rbs', line 686
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
687 |
# File 'sig/crawlora.rbs', line 687
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
688 |
# File 'sig/crawlora.rbs', line 688
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
689 |
# File 'sig/crawlora.rbs', line 689
def similar: (?property_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|