Method: Aimastering::UserStatistics.swagger_types
- Defined in:
- lib/aimastering/models/user_statistics.rb
.swagger_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aimastering/models/user_statistics.rb', line 44 def self.swagger_types { :'registration_invitation_count' => :'Integer', :'subscription_invitation_count' => :'Integer', :'mastering_count' => :'Integer', :'monthly_registration_invitation_count' => :'Integer', :'monthly_subscription_invitation_count' => :'Integer', :'monthly_mastering_count' => :'Integer' } end |