Class: Antimony::Config
- Inherits:
-
Object
- Object
- Antimony::Config
- Defined in:
- lib/antimony/config.rb
Instance Attribute Summary collapse
-
#pretty ⇒ Object
Returns the value of attribute pretty.
-
#show_output ⇒ Object
Returns the value of attribute show_output.
Instance Attribute Details
#pretty ⇒ Object
Returns the value of attribute pretty.
4 5 6 |
# File 'lib/antimony/config.rb', line 4 def pretty @pretty end |
#show_output ⇒ Object
Returns the value of attribute show_output.
4 5 6 |
# File 'lib/antimony/config.rb', line 4 def show_output @show_output end |