Method: HyperResource::Modules::ConfigAttributes#auth_for_url
- Defined in:
- lib/hyper_resource/modules/config_attributes.rb
#auth_for_url(url) ⇒ Object
Returns the auth config hash for the given url.
39 40 41 |
# File 'lib/hyper_resource/modules/config_attributes.rb', line 39 def auth_for_url(url) self.hr_config.get_for_url(url, :auth) end |