Class: Sandboxy::Configuration
- Inherits:
-
Object
- Object
- Sandboxy::Configuration
- Defined in:
- lib/sandboxy/configuration.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#retain ⇒ Object
Returns the value of attribute retain.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
42 43 44 45 |
# File 'lib/sandboxy/configuration.rb', line 42 def initialize @default = 'live' @retain = false end |
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default.
39 40 41 |
# File 'lib/sandboxy/configuration.rb', line 39 def default @default end |
#retain ⇒ Object
Returns the value of attribute retain.
40 41 42 |
# File 'lib/sandboxy/configuration.rb', line 40 def retain @retain end |