Module: Apiphobic::Tokens::Configurable
- Included in:
- JsonWebToken, JsonWebTokens::Null
- Defined in:
- lib/apiphobic/tokens/configurable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
18 19 20 |
# File 'lib/apiphobic/tokens/configurable.rb', line 18 def self.included(base) base.extend(ClassMethods) end |
Instance Method Details
#configuration ⇒ Object
22 23 24 |
# File 'lib/apiphobic/tokens/configurable.rb', line 22 def configuration ::Apiphobic::Tokens::Configuration.instance end |