class AWS::Record::Model::Scope

def initialize base_class, options = {}

Other tags:
    Private: -
def initialize base_class, options = {}
  super
  @options[:where] ||= []
end