class Springcm::RepeatableAttributeSetUsageError

Public Class Methods

new(group, set) click to toggle source
Calls superclass method Springcm::Error::new
# File lib/springcm-sdk.rb, line 67
def initialize(group, set)
  super("The attribute set #{group}.#{set} is repeatable. Use #[] to access and modify fields.")
end