class JsDuck::Tag::Protected

Public Class Methods

new() click to toggle source
Calls superclass method JsDuck::Tag::BooleanTag::new
# 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