Class: GitlabZOQL::Parser::Statement::Unary
- Defined in:
- lib/gitlab-zoql/parser/statement.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Unary
constructor
A new instance of Unary.
Methods inherited from Node
Constructor Details
#initialize(value) ⇒ Unary
Returns a new instance of Unary.
130 131 132 |
# File 'lib/gitlab-zoql/parser/statement.rb', line 130 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
134 135 136 |
# File 'lib/gitlab-zoql/parser/statement.rb', line 134 def value @value end |