Class: Archsight::Query::AST::StringValue

Inherits:
Object
  • Object
show all
Defined in:
lib/archsight/query/ast.rb

Overview

Value types

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#valueObject (readonly)

Returns the value of attribute value.



251
252
253
# File 'lib/archsight/query/ast.rb', line 251

def value
  @value
end