Class: Crawlora::AirbnbGroup
- Inherits:
-
Object
- Object
- Crawlora::AirbnbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#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.
8 |
# File 'sig/crawlora.rbs', line 8
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#room ⇒ Object
9 |
# File 'sig/crawlora.rbs', line 9
def room: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#room_calendar ⇒ Object
10 |
# File 'sig/crawlora.rbs', line 10
def room_calendar: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#room_reviews ⇒ Object
11 |
# File 'sig/crawlora.rbs', line 11
def room_reviews: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
12 |
# File 'sig/crawlora.rbs', line 12
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
|