Class: SixCore::ConfigCore
- Inherits:
-
Struct
- Object
- Struct
- SixCore::ConfigCore
- Defined in:
- lib/sixcore.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#info ⇒ Object
Returns the value of attribute info.
-
#log ⇒ Object
Returns the value of attribute log.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug
15 16 17 |
# File 'lib/sixcore.rb', line 15 def debug @debug end |
#info ⇒ Object
Returns the value of attribute info
15 16 17 |
# File 'lib/sixcore.rb', line 15 def info @info end |
#log ⇒ Object
Returns the value of attribute log
15 16 17 |
# File 'lib/sixcore.rb', line 15 def log @log end |
#verbose ⇒ Object
Returns the value of attribute verbose
15 16 17 |
# File 'lib/sixcore.rb', line 15 def verbose @verbose end |