Method: Wework::Api::Methods::Service#get_permanent_code
- Defined in:
- lib/wework/api/methods/service.rb
#get_permanent_code(auth_code) ⇒ Object
18 19 20 |
# File 'lib/wework/api/methods/service.rb', line 18 def get_permanent_code auth_code post 'service/get_permanent_code', {auth_code: auth_code} end |