We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e239cac + 955db60 commit b2092d7Copy full SHA for b2092d7
1 file changed
cryptlex/lexfloatclient/lexfloatclient.py
@@ -49,6 +49,7 @@ def __init__(self, host_feature_entitlement_dict):
49
self.feature_name = host_feature_entitlement_dict.get("featureName")
50
self.feature_display_name = host_feature_entitlement_dict.get("featureDisplayName")
51
self.value = host_feature_entitlement_dict.get("value")
52
+ self.base_value = host_feature_entitlement_dict.get("baseValue")
53
self.expires_at = host_feature_entitlement_dict.get("expiresAt")
54
55
0 commit comments