Class: GlobalConfiguration
- Inherits:
-
Object
- Object
- GlobalConfiguration
- Defined in:
- lib/configuration.rb
Instance Attribute Summary collapse
-
#pugspath ⇒ Object
Returns the value of attribute pugspath.
Instance Method Summary collapse
-
#initialize ⇒ GlobalConfiguration
constructor
A new instance of GlobalConfiguration.
Constructor Details
#initialize ⇒ GlobalConfiguration
6 7 8 |
# File 'lib/configuration.rb', line 6 def initialize @pugspath = '' end |
Instance Attribute Details
#pugspath ⇒ Object
Returns the value of attribute pugspath.
4 5 6 |
# File 'lib/configuration.rb', line 4 def pugspath @pugspath end |