Class: Mutiny::Configuration::Tests
- Inherits:
-
Object
- Object
- Mutiny::Configuration::Tests
- Defined in:
- lib/mutiny/configuration.rb
Instance Attribute Summary collapse
-
#integration ⇒ Object
readonly
Returns the value of attribute integration.
-
#selection ⇒ Object
readonly
Returns the value of attribute selection.
Instance Method Summary collapse
-
#initialize ⇒ Tests
constructor
A new instance of Tests.
Constructor Details
Instance Attribute Details
#integration ⇒ Object (readonly)
Returns the value of attribute integration.
41 42 43 |
# File 'lib/mutiny/configuration.rb', line 41 def integration @integration end |
#selection ⇒ Object (readonly)
Returns the value of attribute selection.
41 42 43 |
# File 'lib/mutiny/configuration.rb', line 41 def selection @selection end |