Class: Proclib::OutputCache::Entry
- Inherits:
-
Struct
- Object
- Struct
- Proclib::OutputCache::Entry
- Defined in:
- lib/proclib/output_cache.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#pipe_name ⇒ Object
Returns the value of attribute pipe_name.
-
#process_tag ⇒ Object
Returns the value of attribute process_tag.
Instance Method Summary collapse
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache
3 4 5 |
# File 'lib/proclib/output_cache.rb', line 3 def cache @cache end |
#pipe_name ⇒ Object
Returns the value of attribute pipe_name
3 4 5 |
# File 'lib/proclib/output_cache.rb', line 3 def pipe_name @pipe_name end |
#process_tag ⇒ Object
Returns the value of attribute 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 |