class Protocol::HTTP::Reference

def parameters?

@returns [Boolean] Whether the reference has parameters.
def parameters?
	@parameters and !@parameters.empty?
end