Class: Identizer::App::Context
- Inherits:
-
Struct
- Object
- Struct
- Identizer::App::Context
- Defined in:
- lib/identizer/app.rb
Instance Attribute Summary collapse
-
#access_tokens ⇒ Object
Returns the value of attribute access_tokens.
-
#codes ⇒ Object
Returns the value of attribute codes.
-
#config ⇒ Object
Returns the value of attribute config.
-
#minter ⇒ Object
Returns the value of attribute minter.
-
#refresh_tokens ⇒ Object
Returns the value of attribute refresh_tokens.
-
#renderer ⇒ Object
Returns the value of attribute renderer.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#access_tokens ⇒ Object
Returns the value of attribute access_tokens
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def access_tokens @access_tokens end |
#codes ⇒ Object
Returns the value of attribute codes
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def codes @codes end |
#config ⇒ Object
Returns the value of attribute config
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def config @config end |
#minter ⇒ Object
Returns the value of attribute minter
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def minter @minter end |
#refresh_tokens ⇒ Object
Returns the value of attribute refresh_tokens
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def refresh_tokens @refresh_tokens end |
#renderer ⇒ Object
Returns the value of attribute renderer
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def renderer @renderer end |
#store ⇒ Object
Returns the value of attribute store
11 12 13 |
# File 'lib/identizer/app.rb', line 11 def store @store end |