Method: Forgejo::UserSettingsOptions.openapi_types

Defined in:
lib/forgejo/models/user_settings_options.rb

.openapi_typesObject

Attribute type mapping.



70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# File 'lib/forgejo/models/user_settings_options.rb', line 70

def self.openapi_types
  {
    :'description' => :'String',
    :'diff_view_style' => :'String',
    :'enable_repo_unit_hints' => :'Boolean',
    :'full_name' => :'String',
    :'hide_activity' => :'Boolean',
    :'hide_email' => :'Boolean',
    :'language' => :'String',
    :'location' => :'String',
    :'pronouns' => :'String',
    :'theme' => :'String',
    :'website' => :'String'
  }
end