Class: Hancock::Client::DefaultMiddleware
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Hancock::Client::DefaultMiddleware
show all
- Defined in:
- lib/hancock-client/default.rb
Instance Method Summary
collapse
Instance Method Details
#exclude_paths=(paths) ⇒ Object
15
16
17
|
# File 'lib/hancock-client/default.rb', line 15
def exclude_paths=(paths)
options.exclude_paths = paths
end
|
#sso_url=(url) ⇒ Object
11
12
13
|
# File 'lib/hancock-client/default.rb', line 11
def sso_url=(url)
options.sso_url = url
end
|