Module: AbstractApiWrapper::ResponseStatus
- Included in:
- Response, AbstractApiWrapper::Response::Collection, AbstractApiWrapper::Response::Resource
- Defined in:
- lib/abstract_api_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#status ⇒ Object
118 119 120 |
# File 'lib/abstract_api_wrapper.rb', line 118 def status @request.status end |
#success? ⇒ Boolean
114 115 116 |
# File 'lib/abstract_api_wrapper.rb', line 114 def success? @request.success? end |