Method: Iknow::RestClient::Base.http_method
- Defined in:
- lib/iknow/rest_client/base.rb
.http_method(action) ⇒ Object
20 |
# File 'lib/iknow/rest_client/base.rb', line 20 def self.http_method(action) ; self::ACTIONS[action.to_sym][:http_method] || :get end |