Object | +--YARD::BaseTag
Represents a tag and its respective tag name and value.
text [R]
| Object |
inherited(subclass)
|
| Object |
parse_tag(text)
Parses tag text from a doc string and returns a new tag . |
|
Array |
tag_library
Return all valid tags in the tag library . |
| String |
tag_name
Returns the tag name that the class responds to . |
| Object |
tag_name
|
| Object |
text
Returns the value of attribute text . |
| Object |
text=(value)
Sets the attribute text . |
Parses tag text from a doc string and returns a new tag
Return all valid tags in the tag library
Returns the tag name that the class responds to. If the class name does not accurately represent the tag name, this method should be overrided by subclasses to return the correct tag name.
Returns the value of attribute text
Sets the attribute text