Class: GvcsFx::DataStore::Workspace
- Inherits:
-
Object
- Object
- GvcsFx::DataStore::Workspace
- Defined in:
- lib/store.rb
Instance Attribute Summary collapse
-
#last_access ⇒ Object
Returns the value of attribute last_access.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, parent) ⇒ Workspace
constructor
A new instance of Workspace.
Constructor Details
#initialize(path, parent) ⇒ Workspace
Returns a new instance of Workspace.
29 30 31 32 |
# File 'lib/store.rb', line 29 def initialize(path, parent) @path = path @parent = parent end |
Instance Attribute Details
#last_access ⇒ Object
Returns the value of attribute last_access.
28 29 30 |
# File 'lib/store.rb', line 28 def last_access @last_access end |
#parent ⇒ Object
Returns the value of attribute parent.
28 29 30 |
# File 'lib/store.rb', line 28 def parent @parent end |
#path ⇒ Object
Returns the value of attribute path.
28 29 30 |
# File 'lib/store.rb', line 28 def path @path end |