Class: Lkml::Tree::Colon
- Inherits:
-
SyntaxToken
- Object
- SyntaxToken
- Lkml::Tree::Colon
- Defined in:
- lib/lkml/tree.rb
Instance Attribute Summary
Attributes inherited from SyntaxToken
#line_number, #prefix, #suffix, #value
Instance Method Summary collapse
-
#initialize(value = ":", line_number = nil, prefix = "", suffix = "") ⇒ Colon
constructor
A new instance of Colon.
Methods inherited from SyntaxToken
#==, #accept, #eql?, #format_value, #hash, #to_s, #with
Constructor Details
#initialize(value = ":", line_number = nil, prefix = "", suffix = "") ⇒ Colon
Returns a new instance of Colon.
110 111 112 |
# File 'lib/lkml/tree.rb', line 110 def initialize(value = ":", line_number = nil, prefix = "", suffix = "") super end |