Class: GvcsFx::DataStore::Workspace

Inherits:
Object
  • Object
show all
Defined in:
lib/store.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_accessObject

Returns the value of attribute last_access.



28
29
30
# File 'lib/store.rb', line 28

def last_access
  @last_access
end

#parentObject

Returns the value of attribute parent.



28
29
30
# File 'lib/store.rb', line 28

def parent
  @parent
end

#pathObject

Returns the value of attribute path.



28
29
30
# File 'lib/store.rb', line 28

def path
  @path
end