Method: EilamTest::UserCreate.attribute_map
- Defined in:
- lib/eilam_test/models/user_create.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/eilam_test/models/user_create.rb', line 53 def self.attribute_map { :'date_joined' => :'date_joined', :'email' => :'email', :'first_name' => :'first_name', :'is_active' => :'is_active', :'is_staff' => :'is_staff', :'is_superuser' => :'is_superuser', :'last_login' => :'last_login', :'last_name' => :'last_name', :'password' => :'password', :'username' => :'username', :'uuid' => :'uuid' } end |