Class: Xplenty::Kensa::NilScreen
- Inherits:
-
Object
- Object
- Xplenty::Kensa::NilScreen
- Defined in:
- lib/xplenty/kensa/screen.rb
Instance Method Summary collapse
- #check(msg) ⇒ Object
- #error(msg) ⇒ Object
- #finish ⇒ Object
- #message(msg) ⇒ Object
- #result(status) ⇒ Object
- #test(msg) ⇒ Object
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 |
#finish ⇒ Object
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 (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 |