Class: Mass::ProfileType
- Inherits:
-
BlackStack::Base
- Object
- BlackStack::Base
- Mass::ProfileType
- 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_name ⇒ Object
6 7 8 |
# File 'lib/base-line/profile_type.rb', line 6 def self.object_name 'profile_type' end |