class Springcm::NonRepeatableAttributeSetUsageError
Public Class Methods
new(group, set)
click to toggle source
Calls superclass method
Springcm::Error::new
# File lib/springcm-sdk.rb, line 73 def initialize(group, set) super("The attribute set #{group}.#{set} is not repeatable. Use #field to access and modify fields.") end