Class: HttpObservatory::HostHistory

Inherits:
Base
  • Object
show all
Defined in:
lib/http_observatory/models/host_history.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

#end_timeObject

Returns the value of attribute end_time.



10
11
12
# File 'lib/http_observatory/models/host_history.rb', line 10

def end_time
  @end_time
end

#end_time_unix_timestampObject

Returns the value of attribute end_time_unix_timestamp.



10
11
12
# File 'lib/http_observatory/models/host_history.rb', line 10

def end_time_unix_timestamp
  @end_time_unix_timestamp
end

#gradeObject

Returns the value of attribute grade.



10
11
12
# File 'lib/http_observatory/models/host_history.rb', line 10

def grade
  @grade
end

#scan_idObject

Returns the value of attribute scan_id.



10
11
12
# File 'lib/http_observatory/models/host_history.rb', line 10

def scan_id
  @scan_id
end

#scoreObject

Returns the value of attribute score.



10
11
12
# File 'lib/http_observatory/models/host_history.rb', line 10

def score
  @score
end