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(={}) api_call "host/inquiries.json", 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, ={}) api_call "host/inquiries/#{inquiry_id}.json", end |