Method: Weblate::PaginatedNotificationList.attribute_map
- Defined in:
- lib/weblate/models/paginated_notification_list.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 34 |
# File 'lib/weblate/models/paginated_notification_list.rb', line 27 def self.attribute_map { :'count' => :'count', :'_next' => :'next', :'previous' => :'previous', :'results' => :'results' } end |