Class: SixthSense::Availability
- Inherits:
-
Struct
- Object
- Struct
- SixthSense::Availability
- Defined in:
- lib/sixth_sense/mutation_engine.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
4 5 6 |
# File 'lib/sixth_sense/mutation_engine.rb', line 4 def available @available end |
#reason ⇒ Object
Returns the value of attribute reason
4 5 6 |
# File 'lib/sixth_sense/mutation_engine.rb', line 4 def reason @reason end |
Instance Method Details
#available? ⇒ Boolean
5 6 7 |
# File 'lib/sixth_sense/mutation_engine.rb', line 5 def available? available end |