Class: Xplenty::Kensa::NilScreen

Inherits:
Object
  • Object
show all
Defined in:
lib/xplenty/kensa/screen.rb

Instance Method Summary collapse

Instance Method Details

#check(msg) ⇒ Object



8
9
# File 'lib/xplenty/kensa/screen.rb', line 8

def check(msg)
end

#error(msg) ⇒ Object



11
12
# File 'lib/xplenty/kensa/screen.rb', line 11

def error(msg)
end

#finishObject



20
21
# File 'lib/xplenty/kensa/screen.rb', line 20

def finish
end

#message(msg) ⇒ Object



17
18
# File 'lib/xplenty/kensa/screen.rb', line 17

def message(msg)
end

#result(status) ⇒ Object



14
15
# File 'lib/xplenty/kensa/screen.rb', line 14

def result(status)
end

#test(msg) ⇒ Object



5
6
# File 'lib/xplenty/kensa/screen.rb', line 5

def test(msg)
end