Method: Janus::NotAuthenticated#initialize
- Defined in:
- lib/janus.rb
#initialize(scope) ⇒ NotAuthenticated
Returns a new instance of NotAuthenticated.
15 16 17 18 |
# File 'lib/janus.rb', line 15 def initialize(scope) super("") self.scope = scope end |