autoextract_poet.items.Salary¶
- class Salary(raw: Optional[str] = None, value: Optional[float] = None, currency: Optional[str] = None)[source]¶
Bases:
autoextract_poet.items.Item- __init__(raw: Optional[str] = None, value: Optional[float] = None, currency: Optional[str] = None) None¶
Method generated by attrs for class Salary.
Methods
__init__([raw, value, currency])Method generated by attrs for class Salary.
from_dict(item)Read an item from a dictionary.
from_list(items)Read items from a list, invoking
from_dictfor each item in the listAttributes
rawvaluecurrency