Exception: Springcm::NonRepeatableAttributeFieldUsageError

Inherits:
Error
  • Object
show all
Defined in:
lib/springcm-sdk.rb

Instance Method Summary collapse

Methods inherited from Error

#inspect

Constructor Details

#initialize(group, field) ⇒ NonRepeatableAttributeFieldUsageError

Returns a new instance of NonRepeatableAttributeFieldUsageError.



85
86
87
# File 'lib/springcm-sdk.rb', line 85

def initialize(group, field)
  super("The attribute field #{group}.#{field} is not repeatable. Use #field to access and modify values.")
end