Class: Redcar::ApplicationSWT::FakeWindow
- Inherits:
-
Object
- Object
- Redcar::ApplicationSWT::FakeWindow
- Defined in:
- plugins/application_swt/lib/application_swt.rb
Instance Attribute Summary (collapse)
-
- (Object) shell
readonly
Returns the value of attribute shell.
Instance Method Summary (collapse)
-
- (FakeWindow) initialize(shell)
constructor
A new instance of FakeWindow.
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 |