Method: Forgejo::CombinedStatus.attribute_map
- Defined in:
- lib/forgejo/models/combined_status.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/forgejo/models/combined_status.rb', line 35 def self.attribute_map { :'commit_url' => :'commit_url', :'repository' => :'repository', :'sha' => :'sha', :'state' => :'state', :'statuses' => :'statuses', :'total_count' => :'total_count', :'url' => :'url' } end |