Class: Skylight::Util::HTTP::ErrorResponse Private
- 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
- #status ⇒ Object private
- #success? ⇒ Boolean private
Instance Method Details
#status ⇒ Object
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.
211 212 213 |
# File 'lib/skylight/util/http.rb', line 211 def success? false end |