Class: HttpObservatory::TestResult

Inherits:
Base
  • Object
show all
Defined in:
lib/http_observatory/models/test_result.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Base

#errors

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from HttpObservatory::Base

Instance Attribute Details

#expectationObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def expectation
  @expectation
end

#nameObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def name
  @name
end

#outputObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def output
  @output
end

#passObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def pass
  @pass
end

#resultObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def result
  @result
end

#score_descriptionObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def score_description
  @score_description
end

#score_modifierObject

the expectation for a test result going in



9
10
11
# File 'lib/http_observatory/models/test_result.rb', line 9

def score_modifier
  @score_modifier
end