Exception: KV::PushScreen

Inherits:
Exception
  • Object
show all
Defined in:
lib/kv.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(screen) ⇒ PushScreen

Returns a new instance of PushScreen.



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

def initialize screen
  @screen = screen
end

Instance Attribute Details

#screenObject (readonly)

Returns the value of attribute screen.



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

def screen
  @screen
end