Class: Crawlora::ZillowGroup

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

Instance Method Summary collapse

Constructor Details

#initializeZillowGroup

Returns a new instance of ZillowGroup.

Parameters:

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


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

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

Instance Method Details

#autocompleteObject

Parameters:

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

Returns:

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

#propertyObject

Parameters:

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

Returns:

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

#searchObject

Parameters:

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

Returns:

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