Class: Exwiw::QueryAst::ColumnValue::Base
- Inherits:
-
Struct
- Object
- Struct
- Exwiw::QueryAst::ColumnValue::Base
- Defined in:
- lib/exwiw/query_ast.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/exwiw/query_ast.rb', line 41 def name @name end |
#value ⇒ Object
Returns the value of attribute value
41 42 43 |
# File 'lib/exwiw/query_ast.rb', line 41 def value @value end |