Class: Proclib::OutputCache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/proclib/output_cache.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



3
4
5
# File 'lib/proclib/output_cache.rb', line 3

def cache
  @cache
end

#pipe_nameObject

Returns the value of attribute pipe_name

Returns:

  • (Object)

    the current value of pipe_name



3
4
5
# File 'lib/proclib/output_cache.rb', line 3

def pipe_name
  @pipe_name
end

#process_tagObject

Returns the value of attribute process_tag

Returns:

  • (Object)

    the current value of process_tag



3
4
5
# File 'lib/proclib/output_cache.rb', line 3

def process_tag
  @process_tag
end

Instance Method Details

#<<(line) ⇒ Object



4
5
6
# File 'lib/proclib/output_cache.rb', line 4

def <<(line)
  entry << line
end