Class: Mutiny::Configuration::Mutants
- Inherits:
-
Object
- Object
- Mutiny::Configuration::Mutants
- Defined in:
- lib/mutiny/configuration.rb
Instance Attribute Summary collapse
-
#mutator ⇒ Object
readonly
Returns the value of attribute mutator.
-
#storage ⇒ Object
readonly
Returns the value of attribute storage.
Instance Method Summary collapse
-
#initialize ⇒ Mutants
constructor
A new instance of Mutants.
Constructor Details
Instance Attribute Details
#mutator ⇒ Object (readonly)
Returns the value of attribute mutator.
32 33 34 |
# File 'lib/mutiny/configuration.rb', line 32 def mutator @mutator end |
#storage ⇒ Object (readonly)
Returns the value of attribute storage.
32 33 34 |
# File 'lib/mutiny/configuration.rb', line 32 def storage @storage end |