Class: EAAL::Result::ResultBase
- Inherits:
-
Object
- Object
- EAAL::Result::ResultBase
- Defined in:
- lib/eaal/result.rb
Overview
base class for automated result class creation
Instance Attribute Summary collapse
-
#cached_until ⇒ Object
Returns the value of attribute cached_until.
-
#request_time ⇒ Object
Returns the value of attribute request_time.
Instance Attribute Details
#cached_until ⇒ Object
Returns the value of attribute cached_until.
12 13 14 |
# File 'lib/eaal/result.rb', line 12 def cached_until @cached_until end |
#request_time ⇒ Object
Returns the value of attribute request_time.
12 13 14 |
# File 'lib/eaal/result.rb', line 12 def request_time @request_time end |