class Pod::Validator::Result
Specialized Result
to support subspecs aggregation
Attributes
subspecs[R]
Public Class Methods
new(type, attribute_name, message, public_only = false)
click to toggle source
Calls superclass method
# File lib/cocoapods/validator.rb, line 975 def initialize(type, attribute_name, message, public_only = false) super(type, attribute_name, message, public_only) @subspecs = [] end