Class: Occupation

Inherits:
ContactAttribute show all
Defined in:
app/models/occupation.rb

Constant Summary

Constants inherited from ContactAttribute

ContactAttribute::AVAILABLE_TYPES

Instance Attribute Summary

Attributes inherited from ContactAttribute

#primary, #public

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

#_typeObject



15
16
17
# File 'app/models/occupation.rb', line 15

def _type
  self.class.name
end