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.
208 209 210 |
# File 'lib/skylight/util/http.rb', line 208 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.
212 213 214 |
# File 'lib/skylight/util/http.rb', line 212 def success? false end |