Method: PostageApp::Response#status
- Defined in:
- lib/postageapp/response.rb
#status ⇒ Object (readonly)
The status of the response in string format (like: ok, bad_request) Will be set to fail if Request times out
9 10 11 |
# File 'lib/postageapp/response.rb', line 9 def status @status end |