Class: PetstoreApiClient::Models::Category
- Inherits:
-
NamedEntity
- Object
- Base
- NamedEntity
- PetstoreApiClient::Models::Category
- Defined in:
- lib/petstore_api_client/models/category.rb
Overview
Category model - represents a pet category Inherits all behavior from NamedEntity (id + name)
Refactored to eliminate 100% duplication with Tag model by inheriting from shared NamedEntity base class