Class: Occupation
- Inherits:
-
ContactAttribute
- Object
- LogicalModel
- ContactAttribute
- Occupation
- Defined in:
- app/models/occupation.rb
Constant Summary
Constants inherited from ContactAttribute
ContactAttribute::AVAILABLE_TYPES
Instance Attribute Summary
Attributes inherited from ContactAttribute
Instance Method Summary collapse
Methods inherited from ContactAttribute
#_create, #always_public?, #id, #id=, #json_root, #new_record?, #to_key
Methods included from ContactAttribute::CustomKeys
#async_custom_keys, #custom_keys
Instance Method Details
#_type ⇒ Object
15 16 17 |
# File 'app/models/occupation.rb', line 15 def _type self.class.name end |