Class: Decode::Comment::Returns

Inherits:
Attribute show all
Defined in:
lib/decode/comment/returns.rb

Overview

Represents a return value.

Example: ‘@returns [Integer] The person’s age.‘

Constant Summary

Constants inherited from Attribute

Attribute::PATTERN

Constants inherited from Tag

Tag::PATTERN

Instance Attribute Summary

Attributes inherited from Attribute

#The type of the attribute., #type

Attributes inherited from Tag

#The directive that generated the tag., #directive

Attributes inherited from Node

#The children of this node., #children

Method Summary

Methods inherited from Attribute

build, #initialize

Methods inherited from Tag

bracketed_content, build, #initialize, match, parse

Methods inherited from Node

#add, #children?, #each, #filter, #initialize, #text, #traverse

Constructor Details

This class inherits a constructor from Decode::Comment::Attribute