Method: ActiveRecord::FutureResult::Complete#result
- Defined in:
- activerecord/lib/active_record/future_result.rb
#result ⇒ Object (readonly)
Returns the value of attribute result.
6 7 8 |
# File 'activerecord/lib/active_record/future_result.rb', line 6 def result @result end |