class Parameter
Describes a named method parameter.
@parameter age [Float] The users age.
Definitions
attr :name
The name of the parameter.
Signature
-
attribute
String
attr :type
The type of the attribute.
Signature
-
attribute
String