Class: Duxml::ErrorClass
- Inherits:
-
ChangeClass
- Object
- PatternClass
- ChangeClass
- Duxml::ErrorClass
- Includes:
- Error
- Defined in:
- lib/duxml/meta/history/error.rb
Overview
do not use except to subclass
Direct Known Subclasses
Constant Summary
Constants included from Duxml
Constants included from Meta
Instance Attribute Summary
Attributes inherited from ChangeClass
Attributes inherited from PatternClass
Attributes included from Duxml
Attributes included from Saxer
Instance Method Summary collapse
-
#initialize(_rule, _change_or_pattern) ⇒ ErrorClass
constructor
A new instance of ErrorClass.
Methods included from Error
Methods included from Change
#<=>, #abstract?, #description, #line
Methods included from Pattern
#<=>, #abstract?, #concrete?, #description, #name, #object, #relationship, #simple_name
Methods included from Duxml
#create, #load, #log, #relaxng, #save, #validate
Methods included from Meta
Methods included from Saxer
Constructor Details
#initialize(_rule, _change_or_pattern) ⇒ ErrorClass
Returns a new instance of ErrorClass.
18 19 20 21 |
# File 'lib/duxml/meta/history/error.rb', line 18 def initialize(_rule, _change_or_pattern) super(_rule) @object = _change_or_pattern end |