Class: Arel::Visitors::StatementHint
- Inherits:
-
Object
- Object
- Arel::Visitors::StatementHint
- Defined in:
- lib/arel/visitors/spanner.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ StatementHint
constructor
A new instance of StatementHint.
Constructor Details
#initialize(value) ⇒ StatementHint
Returns a new instance of StatementHint.
20 21 22 |
# File 'lib/arel/visitors/spanner.rb', line 20 def initialize value @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
18 19 20 |
# File 'lib/arel/visitors/spanner.rb', line 18 def value @value end |