Class: TestData::ConfigurationVerification
- Inherits:
-
Struct
- Object
- Struct
- TestData::ConfigurationVerification
- Defined in:
- lib/test_data/configuration_verification.rb
Instance Attribute Summary collapse
-
#looks_good? ⇒ Object
Returns the value of attribute looks_good?.
-
#problems ⇒ Object
Returns the value of attribute problems.
Instance Attribute Details
#looks_good? ⇒ Object
Returns the value of attribute looks_good?
2 3 4 |
# File 'lib/test_data/configuration_verification.rb', line 2
def looks_good?
@looks_good?
end
|
#problems ⇒ Object
Returns the value of attribute problems
2 3 4 |
# File 'lib/test_data/configuration_verification.rb', line 2 def problems @problems end |