Exception: Viddler::AuthenticationRequiredError

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

Overview

Raised when username and password has not been set.

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc:



9
10
11
# File 'lib/viddler/base.rb', line 9

def message
  'Method that you re trying to execute requires username and password.'
end