Add class documentation for SubscriptionEstimator

This commit is contained in:
Rob Harrington
2018-02-23 16:51:54 +11:00
parent f1545a4ab6
commit 6f554814ce

View File

@@ -1,3 +1,7 @@
# Responsible for estimating prices and fees for subscriptions
# Used by SubscriptionForm as part of the create/update process
# The values calculated here are intended to be persisted in the db
class SubscriptionEstimator
def initialize(subscription)
@subscription = subscription