Class: Crawlora::AirbnbGroup
- Inherits:
-
Object
- Object
- Crawlora::AirbnbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #host ⇒ Object
- #host_listings ⇒ Object
- #host_reviews ⇒ Object
-
#initialize ⇒ AirbnbGroup
constructor
A new instance of AirbnbGroup.
- #room ⇒ Object
- #room_calendar ⇒ Object
- #room_reviews ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ AirbnbGroup
Returns a new instance of AirbnbGroup.
20 |
# File 'sig/crawlora.rbs', line 20
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#host ⇒ 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_listings ⇒ 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_reviews ⇒ 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
|
#room ⇒ 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_calendar ⇒ 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_reviews ⇒ 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
|
#search ⇒ 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
|