Method: JsDuck::Tag::Protected#initialize
- Defined in:
- lib/jsduck/tag/protected.rb
#initialize ⇒ Protected
Returns a new instance of Protected.
5 6 7 8 9 10 |
# File 'lib/jsduck/tag/protected.rb', line 5 def initialize @pattern = "protected" @signature = {:long => "protected", :short => "PRO"} @css = ".signature .protected { background-color: #9B86FC }" # Violet super end |