# File lib/apipie_bindings/param.rb, line 28 def to_s "<Param #{ required? ? '*' : '' }#{@name} (#{@expected_type.to_s.capitalize})>" end