Method: Kickflow::UserDetail.attribute_map
- Defined in:
- lib/kickflow/models/user_detail.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/kickflow/models/user_detail.rb', line 80 def self.attribute_map { :'id' => :'id', :'email' => :'email', :'code' => :'code', :'first_name' => :'firstName', :'last_name' => :'lastName', :'full_name' => :'fullName', :'employee_id' => :'employeeId', :'image' => :'image', :'status' => :'status', :'locale' => :'locale', :'created_at' => :'createdAt', :'updated_at' => :'updatedAt', :'deactivated_at' => :'deactivatedAt' } end |