Class: Crawlora::AirbnbGroup

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

Instance Method Summary collapse

Constructor Details

#initializeAirbnbGroup

Returns a new instance of AirbnbGroup.

Parameters:

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


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

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

Instance Method Details

#hostObject

Parameters:

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

Returns:

  • (Object)


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

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

#host_listingsObject

Parameters:

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

Returns:

  • (Object)


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

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

#host_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

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

#roomObject

Parameters:

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

Returns:

  • (Object)


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

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

#room_calendarObject

Parameters:

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

Returns:

  • (Object)


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

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

#room_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • location: (String)
  • check_in: (String)
  • check_out: (String)
  • adults: (Integer)
  • page: (Integer)
  • currency: (String)
  • ne_lat: (Float)
  • ne_lng: (Float)
  • sw_lat: (Float)
  • sw_lng: (Float)
  • zoom: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?location: String, ?check_in: String, ?check_out: String, ?adults: Integer, ?page: Integer, ?currency: String, ?ne_lat: Float, ?ne_lng: Float, ?sw_lat: Float, ?sw_lng: Float, ?zoom: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped