Class: VER::Executor::Frame

Inherits:
Tk::Tile::Frame
  • Object
show all
Defined in:
lib/ver/executor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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, options = {})
  super
  @shown = true
end

Instance Attribute Details

#shownObject Also known as: shown?

Returns the value of attribute shown.



7
8
9
# File 'lib/ver/executor.rb', line 7

def shown
  @shown
end