Method: Forgejo::CreatePullRequestOption.attribute_map
- Defined in:
- lib/forgejo/models/create_pull_request_option.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/create_pull_request_option.rb', line 38 def self.attribute_map { :'assignee' => :'assignee', :'assignees' => :'assignees', :'base' => :'base', :'body' => :'body', :'due_date' => :'due_date', :'head' => :'head', :'labels' => :'labels', :'milestone' => :'milestone', :'title' => :'title' } end |