Method: Forgejo::OAuth2Application.attribute_map
- Defined in:
- lib/forgejo/models/o_auth2_application.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/forgejo/models/o_auth2_application.rb', line 33 def self.attribute_map { :'client_id' => :'client_id', :'client_secret' => :'client_secret', :'confidential_client' => :'confidential_client', :'created' => :'created', :'id' => :'id', :'name' => :'name', :'redirect_uris' => :'redirect_uris' } end |