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


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

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

Instance Method Details

#autocompleteObject

Parameters:

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

Returns:

  • (Object)


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

def autocomplete: (?query: String, ?limit: Integer, ?status: String, ?_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)


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

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: (String)
  • 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)


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

def search: (?location: String, ?page: Integer, ?status: String, ?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