Class: Lkml::Tokens::LinebreakToken

Inherits:
WhitespaceToken show all
Defined in:
lib/lkml/tokens.rb

Constant Summary collapse

TOKEN_ID =
"<linebreak>"

Instance Attribute Summary

Attributes inherited from ContentToken

#value

Attributes inherited from Token

#line_number

Instance Method Summary collapse

Methods inherited from ContentToken

#==, #eql?, #hash, #initialize

Methods inherited from Token

#==, #id, #initialize, #value

Constructor Details

This class inherits a constructor from Lkml::Tokens::ContentToken

Instance Method Details

#inspectObject Also known as: to_s



100
101
102
# File 'lib/lkml/tokens.rb', line 100

def inspect
  "#{self.class.name.split('::').last}(#{value.inspect})"
end