Class: Redcar::ApplicationSWT::FakeWindow

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (FakeWindow) initialize(shell)

A new instance of FakeWindow



156
157
158
# File 'plugins/application_swt/lib/application_swt.rb', line 156

def initialize(shell)
  @shell = shell
end

Instance Attribute Details

- (Object) shell (readonly)

Returns the value of attribute shell



160
161
162
# File 'plugins/application_swt/lib/application_swt.rb', line 160

def shell
  @shell
end