Class: Postman::Request::RequestDecorator
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Postman::Request::RequestDecorator
- Defined in:
- lib/postman-ruby.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
139 140 141 |
# File 'lib/postman-ruby.rb', line 139 def execute __getobj__.execute {|response, request, result| response } end |