Method: Athenian::Organization.openapi_types
- Defined in:
- lib/athenian/models/organization.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 |
# File 'lib/athenian/models/organization.rb', line 37 def self.openapi_types { :'name' => :'String', :'avatar_url' => :'String', :'login' => :'String' } end |