Method: Forgejo::PublicKey.attribute_map
- Defined in:
- lib/forgejo/models/public_key.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/forgejo/models/public_key.rb', line 38 def self.attribute_map { :'created_at' => :'created_at', :'fingerprint' => :'fingerprint', :'id' => :'id', :'key' => :'key', :'key_type' => :'key_type', :'read_only' => :'read_only', :'title' => :'title', :'url' => :'url', :'user' => :'user' } end |