Class: Arel::Nodes::TSVector
- Inherits:
-
Node
- Object
- Node
- Arel::Nodes::TSVector
- Defined in:
- lib/arel/nodes/ts_vector.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
readonly
Returns the value of attribute attribute.
-
#language ⇒ Object
readonly
Returns the value of attribute language.
Instance Method Summary collapse
-
#initialize(attribute, language: nil) ⇒ TSVector
constructor
A new instance of TSVector.
Constructor Details
Instance Attribute Details
#attribute ⇒ Object (readonly)
Returns the value of attribute attribute.
5 6 7 |
# File 'lib/arel/nodes/ts_vector.rb', line 5 def attribute @attribute end |
#language ⇒ Object (readonly)
Returns the value of attribute language.
5 6 7 |
# File 'lib/arel/nodes/ts_vector.rb', line 5 def language @language end |