Module: Cequel::Record::Scoped
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/cequel/record/scoped.rb
Overview
All of the instance methods of RecordSet are also available as class methods on Cequel::Record implementations.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#assert_fully_specified! ⇒ Object
55 56 57 |
# File 'lib/cequel/record/scoped.rb', line 55 def assert_fully_specified! self end |