Class: Drntest::UnknownDirective
- Defined in:
- lib/drntest/directive.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type, options) ⇒ UnknownDirective
constructor
A new instance of UnknownDirective.
Constructor Details
#initialize(type, options) ⇒ UnknownDirective
Returns a new instance of UnknownDirective.
23 24 25 26 |
# File 'lib/drntest/directive.rb', line 23 def initialize(type, ) @type = type @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
21 22 23 |
# File 'lib/drntest/directive.rb', line 21 def @options end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
21 22 23 |
# File 'lib/drntest/directive.rb', line 21 def type @type end |