Class: Decode::Comment::Option

Inherits:
Parameter show all
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

Parameter::PATTERN

Constants inherited from Tag

Tag::PATTERN

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

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::Parameter