Class: WurflDevice::UI
- Inherits:
-
Object
- Object
- WurflDevice::UI
- Defined in:
- lib/wurfl_device/ui.rb
Direct Known Subclasses
Defined Under Namespace
Instance Method Summary collapse
- #confirm(message) ⇒ Object
- #debug(message) ⇒ Object
- #error(message) ⇒ Object
- #info(message) ⇒ Object
- #warn(message) ⇒ Object
Instance Method Details
#confirm(message) ⇒ Object
18 19 |
# File 'lib/wurfl_device/ui.rb', line 18 def confirm() end |
#debug(message) ⇒ Object
9 10 |
# File 'lib/wurfl_device/ui.rb', line 9 def debug() end |
#error(message) ⇒ Object
12 13 |
# File 'lib/wurfl_device/ui.rb', line 12 def error() end |
#info(message) ⇒ Object
15 16 |
# File 'lib/wurfl_device/ui.rb', line 15 def info() end |
#warn(message) ⇒ Object
6 7 |
# File 'lib/wurfl_device/ui.rb', line 6 def warn() end |