Method: Centro::API::Base#auth
- Defined in:
- lib/centro/api/base.rb
#auth(method, *args) ⇒ Object
17 18 19 20 21 |
# File 'lib/centro/api/base.rb', line 17 def auth(method, *args) auth_connection.send(method, *args) rescue Exception => e raise adapt_error(e) end |