Method: RightScale::CloudApi::HttpError#initialize
- Defined in:
- lib/base/manager.rb
#initialize(code, message) ⇒ HttpError
Returns a new instance of HttpError.
47 48 49 50 |
# File 'lib/base/manager.rb', line 47 def initialize(code, ) @code = code.to_s super() end |