class LicenseAcceptance::InvalidProductInfo
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/license_acceptance/product_reader.rb, line 90 def initialize(path) msg = "Product info at path #{path} is invalid. Must list Products and relationships." super(msg) end