Method: ActiveShipping::Response#success?
- Defined in:
- lib/active_shipping/response.rb
#success? ⇒ Boolean
Whether the request was executed successfully or not.
32 33 34 |
# File 'lib/active_shipping/response.rb', line 32 def success? @success ? true : false end |