Class: Decode::Comment::Option
- Defined in:
- lib/decode/comment/option.rb
Overview
Describes a method option (keyword argument).
-
‘@option :cached [bool] Whether to cache the value.`
Constant Summary
Constants inherited from Parameter
Constants inherited from Tag
Instance Attribute Summary
Attributes inherited from Parameter
#The name of the parameter., #The type of the parameter., #name, #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 Parameter
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::Parameter