Class: InternalW3cValidationConfiguration
- Inherits:
-
Object
- Object
- InternalW3cValidationConfiguration
- Defined in:
- lib/InternalW3cValidation.rb
Instance Attribute Summary collapse
-
#failOnError ⇒ Object
Returns the value of attribute failOnError.
-
#outputFile ⇒ Object
Returns the value of attribute outputFile.
-
#pages ⇒ Object
Returns the value of attribute pages.
Instance Attribute Details
#failOnError ⇒ Object
Returns the value of attribute failOnError.
99 100 101 |
# File 'lib/InternalW3cValidation.rb', line 99 def failOnError @failOnError end |
#outputFile ⇒ Object
Returns the value of attribute outputFile.
99 100 101 |
# File 'lib/InternalW3cValidation.rb', line 99 def outputFile @outputFile end |
#pages ⇒ Object
Returns the value of attribute pages.
99 100 101 |
# File 'lib/InternalW3cValidation.rb', line 99 def pages @pages end |