Module: Torque::PostgreSQL::Arel::JoinSource
- Defined in:
- lib/torque/postgresql/arel/join_source.rb
Instance Attribute Summary collapse
-
#only ⇒ Object
Returns the value of attribute only.
Instance Method Summary collapse
Instance Attribute Details
#only ⇒ Object
Returns the value of attribute only.
5 6 7 |
# File 'lib/torque/postgresql/arel/join_source.rb', line 5 def only @only end |
Instance Method Details
#only? ⇒ Boolean
7 8 9 |
# File 'lib/torque/postgresql/arel/join_source.rb', line 7 def only? only === true end |