Method: Athenian::PullRequestLabel.openapi_types
- Defined in:
- lib/athenian/models/pull_request_label.rb
.openapi_types ⇒ Object
Attribute type mapping.
38 39 40 41 42 43 44 |
# File 'lib/athenian/models/pull_request_label.rb', line 38 def self.openapi_types { :'name' => :'String', :'description' => :'String', :'color' => :'String' } end |