Method: PostageApp::Response#data
- Defined in:
- lib/postageapp/response.rb
#data ⇒ Object (readonly)
The data payload of the response. This is usually the return value of the request we’re looking for
16 17 18 |
# File 'lib/postageapp/response.rb', line 16 def data @data end |