Class: GitlabZOQL::Parser::Statement::Literal
- Defined in:
- lib/gitlab-zoql/parser/statement.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Literal
constructor
A new instance of Literal.
Methods inherited from Node
Constructor Details
#initialize(value) ⇒ Literal
Returns a new instance of Literal.
150 151 152 |
# File 'lib/gitlab-zoql/parser/statement.rb', line 150 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
154 155 156 |
# File 'lib/gitlab-zoql/parser/statement.rb', line 154 def value @value end |