# File lib/apipie_bindings/example.rb, line 7 def initialize(http_method, path, args, status, response) @http_method = http_method @path = path @args = args @status = status.to_i @response = response end