Class: Docbook::Services::Validator::ValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/docbook/services/validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



8
9
10
# File 'lib/docbook/services/validator.rb', line 8

def errors
  @errors
end

#valid?Object

Returns the value of attribute valid?

Returns:

  • (Object)

    the current value of valid?



8
9
10
# File 'lib/docbook/services/validator.rb', line 8

def valid?
  @valid?
end