Class: EasyCreds::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/easy_creds/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def config
  @config
end

#envObject (readonly)

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def env
  @env
end

#ioObject (readonly)

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def io
  @io
end

#opObject (readonly)

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def op
  @op
end

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def prompt
  @prompt
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def root
  @root
end

#themeObject (readonly)

Returns the value of attribute theme

Returns:

  • (Object)

    the current value of theme



7
8
9
# File 'lib/easy_creds/cli.rb', line 7

def theme
  @theme
end