Exception: Springcm::RepeatableAttributeSetUsageError

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) ⇒ RepeatableAttributeSetUsageError

Returns a new instance of RepeatableAttributeSetUsageError.



67
68
69
# 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