Class: Archsight::Query::AST::StringValue
- Inherits:
-
Object
- Object
- Archsight::Query::AST::StringValue
- Defined in:
- lib/archsight/query/ast.rb
Overview
Value types
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ StringValue
constructor
A new instance of StringValue.
Constructor Details
#initialize(value) ⇒ StringValue
Returns a new instance of StringValue.
253 254 255 |
# File 'lib/archsight/query/ast.rb', line 253 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
251 252 253 |
# File 'lib/archsight/query/ast.rb', line 251 def value @value end |