Module: Setsuzoku::Service::WebService::AuthStrategy::InterfaceMethods
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/setsuzoku/service/web_service/auth_strategy.rb
Overview
These are interface methods that a plugin that implements this strategy must implement.
Instance Method Summary collapse
Instance Method Details
#auth_actions ⇒ Object
34 |
# File 'lib/setsuzoku/service/web_service/auth_strategy.rb', line 34 def auth_actions; end |
#auth_base_url ⇒ Object
40 41 42 |
# File 'lib/setsuzoku/service/web_service/auth_strategy.rb', line 40 def auth_base_url self.plugin.api_base_url end |