Class: Exwiw::QueryAst::ColumnValue::Base

Inherits:
Struct
  • Object
show all
Defined in:
lib/exwiw/query_ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



41
42
43
# File 'lib/exwiw/query_ast.rb', line 41

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



41
42
43
# File 'lib/exwiw/query_ast.rb', line 41

def value
  @value
end