Method: Forgejo::MarkdownOption.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



32
33
34
35
36
37
38
39
# File 'lib/forgejo/models/markdown_option.rb', line 32

def self.attribute_map
  {
    :'context' => :'Context',
    :'mode' => :'Mode',
    :'text' => :'Text',
    :'wiki' => :'Wiki'
  }
end