Class: Docbook::Services::Validator::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Docbook::Services::Validator::ValidationResult
- Defined in:
- lib/docbook/services/validator.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#valid? ⇒ Object
Returns the value of attribute valid?.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'lib/docbook/services/validator.rb', line 8 def errors @errors end |
#valid? ⇒ Object
Returns the value of attribute valid?
8 9 10 |
# File 'lib/docbook/services/validator.rb', line 8
def valid?
@valid?
end
|