Method: Athenian::Commit.openapi_types
- Defined in:
- lib/athenian/models/commit.rb
.openapi_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/athenian/models/commit.rb', line 66 def self.openapi_types { :'author' => :'CommitSignature', :'children' => :'Array<String>', :'committer' => :'CommitSignature', :'deployments' => :'Array<String>', :'files_changed' => :'Integer', :'hash' => :'String', :'message' => :'String', :'repository' => :'String', :'size_added' => :'Integer', :'size_removed' => :'Integer' } end |