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.

Since:

  • 0.1.0

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#assert_fully_specified!Object

Since:

  • 0.1.0



55
56
57
# File 'lib/cequel/record/scoped.rb', line 55

def assert_fully_specified!
  self
end