Class: EAAL::Result::ResultBase

Inherits:
Object
  • Object
show all
Defined in:
lib/eaal/eaal_result.rb

Overview

base class for automated result class creation

Instance Attribute Summary collapse

Instance Attribute Details

#cached_untilObject

Returns the value of attribute cached_until.



12
13
14
# File 'lib/eaal/eaal_result.rb', line 12

def cached_until
  @cached_until
end

#request_timeObject

Returns the value of attribute request_time.



12
13
14
# File 'lib/eaal/eaal_result.rb', line 12

def request_time
  @request_time
end