Class: Persistence::Object::Flat::File::Path
- Inherits:
-
String
- Object
- String
- Persistence::Object::Flat::File::Path
- 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
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
7 8 9 |
# File 'lib/persistence/object/flat/file/path.rb', line 7 def mode @mode end |