| Class | Clamp::Parameter::Definition |
| In: |
lib/clamp/parameter/definition.rb
|
| Parent: | Attribute::Definition |
Represents an parameter of a Clamp::Command class.
| ELLIPSIS_SUFFIX | = | / \.\.\.$/ |
| OPTIONAL | = | /^\[(.*)\]/ |
| VALID_ATTRIBUTE_NAME | = | /^[a-z0-9_]+$/ |
| name | [R] |