Class: Postman::Request::RequestDecorator

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/postman-ruby.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



139
140
141
# File 'lib/postman-ruby.rb', line 139

def execute
  __getobj__.execute {|response, request, result| response }
end