Exception: Springcm::NonRepeatableAttributeSetUsageError

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

Instance Method Summary collapse

Methods inherited from Error

#inspect

Constructor Details

#initialize(group, set) ⇒ NonRepeatableAttributeSetUsageError

Returns a new instance of NonRepeatableAttributeSetUsageError.



73
74
75
# 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