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