Object
|
+--YARD::BaseTag
|
+--YARD::BaseTypeTag
|
+--YARD::ParamTag
name [R]
Create a new param tag with a description and declared types
| ParamTag |
parse_tag(text)
Parses a typed tag’s value section and returns a new ParamTag object . |
| Public class methods inherited from YARD::BaseTypeTag |
|---|
| extract_types_and_text, extract_name_and_text |
| Public class methods inherited from YARD::BaseTag |
|---|
| tag_library, tag_name, inherited |
| Object |
name
Returns the value of attribute name . |
| Object |
name=(value)
Sets the attribute name . |
| Public instance methods inherited from YARD::BaseTypeTag |
|---|
| type, types, types= |
| Public instance methods inherited from YARD::BaseTag |
|---|
| text, tag_name, text= |
Parses a typed tag’s value section and returns a new ParamTag object
Returns the value of attribute name
Sets the attribute name