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



53
54
55
# File 'lib/cequel/record/scoped.rb', line 53

def assert_fully_specified!
  self
end