class MyTankInfo::ReconciliationPeriodMissingError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/my_tank_info/tank_reconciliation_record_summary.rb, line 109 def initialize super("reconciliation_period must be one of the following values: :monthly, :ten_day, :weekly") end