Module: RoomoramaApi::Api::HostInquiries

Included in:
Client
Defined in:
lib/roomorama_api/api/host_inquiries.rb

Instance Method Summary collapse

Instance Method Details

#host_inquiries_list(options = {}) ⇒ Object



4
5
6
# File 'lib/roomorama_api/api/host_inquiries.rb', line 4

def host_inquiries_list(options={})
  api_call "host/inquiries.json", options
end

#host_inquiries_show(inquiry_id, options = {}) ⇒ Object



8
9
10
# File 'lib/roomorama_api/api/host_inquiries.rb', line 8

def host_inquiries_show(inquiry_id, options={})
  api_call "host/inquiries/#{inquiry_id}.json", options
end