Class: VDNS::ProviderBase
- Inherits:
-
Object
- Object
- VDNS::ProviderBase
- Defined in:
- lib/vdns/provider.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#error_and_exit(message) ⇒ Object
16 17 18 19 |
# File 'lib/vdns/provider.rb', line 16 def error_and_exit() puts "Error: #{message}" exit 1 end |
#warning(message) ⇒ Object
12 13 14 |
# File 'lib/vdns/provider.rb', line 12 def warning() puts "Warn: #{message}" end |