Class: ThemeCheck::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/theme_check/language_server/tokens.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/theme_check/language_server/tokens.rb', line 4

def content
  @content
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



4
5
6
# File 'lib/theme_check/language_server/tokens.rb', line 4

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



4
5
6
# File 'lib/theme_check/language_server/tokens.rb', line 4

def start
  @start
end