class Springcm::RepeatableAttributeFieldUsageError

Public Class Methods

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