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])


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

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)


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

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)


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

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)


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

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)


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

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)


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

def similar: (?property_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped