Class: Arpa::Repositories::Profiles::Creator

Inherits:
Object
  • Object
show all
Includes:
Registrator
Defined in:
lib/arpa/repositories/profiles/creator.rb

Instance Method Summary collapse

Methods included from Registrator

#create, #update

Instance Method Details

#mapper_instanceObject



7
8
9
# File 'lib/arpa/repositories/profiles/creator.rb', line 7

def mapper_instance
  Arpa::DataMappers::ProfileMapper.instance
end

#repository_classObject



11
12
13
# File 'lib/arpa/repositories/profiles/creator.rb', line 11

def repository_class
  RepositoryProfile
end