class Postman::Request::RequestDecorator

Public Instance Methods

execute() click to toggle source
# File lib/postman-ruby.rb, line 139
def execute
  __getobj__.execute {|response, request, result| response }
end