Class: SQLParser::Statement::InValueList
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(values) ⇒ InValueList
constructor
A new instance of InValueList.
Methods inherited from Node
Constructor Details
#initialize(values) ⇒ InValueList
Returns a new instance of InValueList.
236 237 238 |
# File 'lib/rossoc/statement.rb', line 236 def initialize(values) @values = values end |
Instance Attribute Details
#values ⇒ Object (readonly)
Returns the value of attribute values.
240 241 242 |
# File 'lib/rossoc/statement.rb', line 240 def values @values end |