Class: Skylight::Util::HTTP::ErrorResponse Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/skylight/util/http.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#statusObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



207
208
209
# File 'lib/skylight/util/http.rb', line 207

def status
  nil
end

#success?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


211
212
213
# File 'lib/skylight/util/http.rb', line 211

def success?
  false
end