Class: VER::Executor::Frame
- Inherits:
-
Tk::Tile::Frame
- Object
- Tk::Tile::Frame
- VER::Executor::Frame
- Defined in:
- lib/ver/executor.rb
Instance Attribute Summary collapse
-
#shown ⇒ Object
(also: #shown?)
Returns the value of attribute shown.
Instance Method Summary collapse
-
#initialize(parent, options = {}) ⇒ Frame
constructor
A new instance of Frame.
Constructor Details
#initialize(parent, options = {}) ⇒ Frame
Returns a new instance of Frame.
10 11 12 13 |
# File 'lib/ver/executor.rb', line 10 def initialize(parent, = {}) super @shown = true end |
Instance Attribute Details
#shown ⇒ Object Also known as: shown?
Returns the value of attribute shown.
7 8 9 |
# File 'lib/ver/executor.rb', line 7 def shown @shown end |