Class: TestData::ConfigurationVerification

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_data/configuration_verification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#looks_good?Object

Returns the value of attribute looks_good?

Returns:

  • (Object)

    the current value of looks_good?



2
3
4
# File 'lib/test_data/configuration_verification.rb', line 2

def looks_good?
  @looks_good?
end

#problemsObject

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



2
3
4
# File 'lib/test_data/configuration_verification.rb', line 2

def problems
  @problems
end