class Arel::Nodes::TSVector
Attributes
attribute[R]
language[R]
Public Class Methods
new(attribute, language: nil)
click to toggle source
# File lib/arel/nodes/ts_vector.rb, line 7 def initialize(attribute, language: nil) @attribute = attribute @language = Arel::Nodes.build_quoted(language) if language end