Class: Coopy::Workspace

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWorkspace

Returns a new instance of Workspace.



7
8
# File 'lib/lib/coopy/workspace.rb', line 7

def initialize
end

Instance Attribute Details

#l2rObject

Returns the value of attribute l2r.



19
20
21
# File 'lib/lib/coopy/workspace.rb', line 19

def l2r
  @l2r
end

#localObject

Returns the value of attribute local.



11
12
13
# File 'lib/lib/coopy/workspace.rb', line 11

def local
  @local
end

#p2lObject

Returns the value of attribute p2l.



17
18
19
# File 'lib/lib/coopy/workspace.rb', line 17

def p2l
  @p2l
end

#p2rObject

Returns the value of attribute p2r.



18
19
20
# File 'lib/lib/coopy/workspace.rb', line 18

def p2r
  @p2r
end

#parentObject

Returns the value of attribute parent.



10
11
12
# File 'lib/lib/coopy/workspace.rb', line 10

def parent
  @parent
end

#remoteObject

Returns the value of attribute remote.



12
13
14
# File 'lib/lib/coopy/workspace.rb', line 12

def remote
  @remote
end

#reportObject

Returns the value of attribute report.



13
14
15
# File 'lib/lib/coopy/workspace.rb', line 13

def report
  @report
end

#tlocalObject

Returns the value of attribute tlocal.



15
16
17
# File 'lib/lib/coopy/workspace.rb', line 15

def tlocal
  @tlocal
end

#tparentObject

Returns the value of attribute tparent.



14
15
16
# File 'lib/lib/coopy/workspace.rb', line 14

def tparent
  @tparent
end

#tremoteObject

Returns the value of attribute tremote.



16
17
18
# File 'lib/lib/coopy/workspace.rb', line 16

def tremote
  @tremote
end