Method: RHC::Rest::AuthorizationsNotSupported#initialize
- Defined in:
- lib/rhc/rest.rb
#initialize(message = "The server does not support setting, retrieving, or authenticating with authorization tokens.") ⇒ AuthorizationsNotSupported
Returns a new instance of AuthorizationsNotSupported.
143 144 145 |
# File 'lib/rhc/rest.rb', line 143 def initialize(="The server does not support setting, retrieving, or authenticating with authorization tokens.") super(, 1) end |