Class: RubyScope::SexpCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- RubyScope::SexpCache::CacheEntry
- Defined in:
- lib/ruby_scope/sexp_cache.rb
Instance Attribute Summary collapse
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#sexp ⇒ Object
Returns the value of attribute sexp.
Instance Attribute Details
#last_modified ⇒ Object
Returns the value of attribute last_modified
4 5 6 |
# File 'lib/ruby_scope/sexp_cache.rb', line 4 def last_modified @last_modified end |
#sexp ⇒ Object
Returns the value of attribute sexp
4 5 6 |
# File 'lib/ruby_scope/sexp_cache.rb', line 4 def sexp @sexp end |