Class: ContentCaching::Wrapper
- Inherits:
-
Struct
- Object
- Struct
- ContentCaching::Wrapper
- Defined in:
- lib/content_caching/wrapper.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/content_caching/wrapper.rb', line 2 def path @path end |
Instance Method Details
#to_path ⇒ Object
3 4 5 |
# File 'lib/content_caching/wrapper.rb', line 3 def to_path self.path end |