class Drntest::UnknownDirective
Attributes
options[R]
type[R]
Public Class Methods
new(type, options)
click to toggle source
# File lib/drntest/directive.rb, line 23 def initialize(type, options) @type = type @options = options end