Class: Identizer::App::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/identizer/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokensObject

Returns the value of attribute access_tokens

Returns:

  • (Object)

    the current value of access_tokens



11
12
13
# File 'lib/identizer/app.rb', line 11

def access_tokens
  @access_tokens
end

#codesObject

Returns the value of attribute codes

Returns:

  • (Object)

    the current value of codes



11
12
13
# File 'lib/identizer/app.rb', line 11

def codes
  @codes
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



11
12
13
# File 'lib/identizer/app.rb', line 11

def config
  @config
end

#minterObject

Returns the value of attribute minter

Returns:

  • (Object)

    the current value of minter



11
12
13
# File 'lib/identizer/app.rb', line 11

def minter
  @minter
end

#refresh_tokensObject

Returns the value of attribute refresh_tokens

Returns:

  • (Object)

    the current value of refresh_tokens



11
12
13
# File 'lib/identizer/app.rb', line 11

def refresh_tokens
  @refresh_tokens
end

#rendererObject

Returns the value of attribute renderer

Returns:

  • (Object)

    the current value of renderer



11
12
13
# File 'lib/identizer/app.rb', line 11

def renderer
  @renderer
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



11
12
13
# File 'lib/identizer/app.rb', line 11

def store
  @store
end