Exception: Springcm::NonRepeatableAttributeSetUsageError
- Defined in:
- lib/springcm-sdk.rb
Instance Method Summary collapse
-
#initialize(group, set) ⇒ NonRepeatableAttributeSetUsageError
constructor
A new instance of NonRepeatableAttributeSetUsageError.
Methods inherited from Error
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 |