Class: Crawlora::RedfinGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeRedfinGroup

Returns a new instance of RedfinGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


459
# File 'sig/crawlora.rbs', line 459

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#estimateObject

Parameters:

  • property_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#propertyObject

Parameters:

  • url: (String)
  • property_id: (String)
  • listing_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

Parameters:

  • region_id: (Integer)
  • region_type: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#searchObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#similarObject

Parameters:

  • property_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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