Method: OSDNClient::ProjectTicketTypeSummary.attribute_map
- Defined in:
- lib/osdn-client/models/project_ticket_type_summary.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 |
# File 'lib/osdn-client/models/project_ticket_type_summary.rb', line 37 def self.attribute_map { :'open' => :'open', :'closed' => :'closed', :'summarized_by' => :'summarized_by' } end |