Class: Mass::ProfileType

Inherits:
BlackStack::Base
  • Object
show all
Defined in:
lib/base-line/profile_type.rb

Overview

Base class. List of methods you have to overload if you develop a profile type.

Class Method Summary collapse

Class Method Details

.object_nameObject



6
7
8
# File 'lib/base-line/profile_type.rb', line 6

def self.object_name
    'profile_type'
end