class Conpar::Directive::AccessList::UnknownType
Class that matches a basic signature of an AccessList
but is not a recognized type
Public Class Methods
new(content="", options={})
click to toggle source
Calls superclass method
Conpar::Directive::AccessList::Base::new
# File lib/conpar/directive/access_list/unknown_type.rb, line 7 def initialize(content="", options={}) super @sub_ilk = "unknown" self end