Class: Persistence::Object::Flat::File::Path

Inherits:
String
  • Object
show all
Defined in:
lib/persistence/object/flat/file/path.rb

Overview

Subclass of String used for persisting file paths and automatically re-creating File instances from them.

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode.



7
8
9
# File 'lib/persistence/object/flat/file/path.rb', line 7

def mode
  @mode
end