Class: RubyScope::SexpCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_scope/sexp_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



4
5
6
# File 'lib/ruby_scope/sexp_cache.rb', line 4

def last_modified
  @last_modified
end

#sexpObject

Returns the value of attribute sexp

Returns:

  • (Object)

    the current value of sexp



4
5
6
# File 'lib/ruby_scope/sexp_cache.rb', line 4

def sexp
  @sexp
end