Skip to content

Commit 21ee7b9

Browse files
committed
add missing doc strings
1 parent 9b4e1f7 commit 21ee7b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tibiapy/models/bazaar.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ class SkillEntry(BaseModel):
355355

356356
class RevealedGem(BaseModel):
357357
gem_type: str
358+
"""The type of gem."""
358359
mods: List[str]
360+
"""The mods or effects the gem has."""
359361

360362

361363
class AuctionDetails(BaseModel):
@@ -452,6 +454,7 @@ class AuctionDetails(BaseModel):
452454
bosstiary_progress: List[BestiaryEntry]
453455
"""The bosstiary progress of the character."""
454456
revealed_gems: List[RevealedGem]
457+
"""The gems that have been revealed by the character."""
455458

456459
@property
457460
def completed_bestiary_entries(self) -> List[BestiaryEntry]:

0 commit comments

Comments
 (0)