Exception: Viddler::NotImplementedError

Inherits:
ViddlerError
  • Object
show all
Defined in:
lib/viddler/base.rb

Overview

Raised when calling not yet implemented API methods.

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc:



16
17
18
# File 'lib/viddler/base.rb', line 16

def message
  'This method is not yet implemented.'
end