Class: AssertValidHtml::Validator::ValidationError

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



5
6
7
# File 'lib/assert_valid_html/validator.rb', line 5

def context
  @context
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/assert_valid_html/validator.rb', line 5

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/assert_valid_html/validator.rb', line 5

def message
  @message
end