Method: MongoDoc::Scope#scopes

Defined in:
lib/mongodoc/scope.rb

#scopesObject



4
5
6
# File 'lib/mongodoc/scope.rb', line 4

def scopes
  read_inheritable_attribute(:scopes) || write_inheritable_attribute(:scopes, {})
end