Class: Airbnb::V2::Users

Inherits:
Base
  • Object
show all
Defined in:
lib/airbnb/v2/users.rb

Constant Summary

Constants inherited from Base

Base::URL

Class Method Summary collapse

Methods inherited from Base

get, post

Class Method Details

.show(id) ⇒ Object



4
5
6
# File 'lib/airbnb/v2/users.rb', line 4

def show(id)
  get("#{Airbnb::V2::URL}/users/#{id}")
end