Exception: BlipTV::AuthenticationRequiredError

Inherits:
BlipTVError
  • Object
show all
Defined in:
lib/bliptv/base.rb

Overview

Raised when username and password has not been set.

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc:



8
9
10
# File 'lib/bliptv/base.rb', line 8

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