Class: ContentCaching::Wrapper

Inherits:
Struct
  • Object
show all
Defined in:
lib/content_caching/wrapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



2
3
4
# File 'lib/content_caching/wrapper.rb', line 2

def path
  @path
end

Instance Method Details

#to_pathObject



3
4
5
# File 'lib/content_caching/wrapper.rb', line 3

def to_path
  self.path
end