Class: Ari::StatusInfo

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/status_info.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#last_reload_timeObject

Returns the value of attribute last_reload_time.



15
16
17
# File 'lib/ari/models/status_info.rb', line 15

def last_reload_time
  @last_reload_time
end

#startup_timeObject

Returns the value of attribute startup_time.



15
16
17
# File 'lib/ari/models/status_info.rb', line 15

def startup_time
  @startup_time
end