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.
29 |
# File 'sig/crawlora.rbs', line 29
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#host ⇒ Object
30 |
# File 'sig/crawlora.rbs', line 30
def host: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#host_listings ⇒ Object
31 |
# File 'sig/crawlora.rbs', line 31
def host_listings: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#host_reviews ⇒ Object
32 |
# File 'sig/crawlora.rbs', line 32
def host_reviews: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#room ⇒ Object
33 |
# File 'sig/crawlora.rbs', line 33
def room: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#room_calendar ⇒ Object
34 |
# File 'sig/crawlora.rbs', line 34
def room_calendar: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#room_reviews ⇒ Object
35 |
# File 'sig/crawlora.rbs', line 35
def room_reviews: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
36 |
# File 'sig/crawlora.rbs', line 36
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
|