Class: Jade::Diagnostics::Label

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/diagnostics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/jade/diagnostics.rb', line 5

def message
  @message
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/jade/diagnostics.rb', line 5

def source
  @source
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



5
6
7
# File 'lib/jade/diagnostics.rb', line 5

def span
  @span
end