Class: SixCore::ConfigCore

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

Instance Attribute Summary collapse

Instance Attribute Details

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



15
16
17
# File 'lib/sixcore.rb', line 15

def debug
  @debug
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



15
16
17
# File 'lib/sixcore.rb', line 15

def info
  @info
end

#logObject

Returns the value of attribute log

Returns:

  • (Object)

    the current value of log



15
16
17
# File 'lib/sixcore.rb', line 15

def log
  @log
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



15
16
17
# File 'lib/sixcore.rb', line 15

def verbose
  @verbose
end