Class Rails::DataMapper::MultiparameterAssignmentError
In: lib/dm-rails/multiparameter_attributes.rb
Parent: StandardError

Encapsulates an error of a multiparameter assignment.

Methods

new  

Attributes

attribute  [R]  Gets the target attribute of the assignment. @return [String]
exception  [R]  Gets the exception raised on the assignment. @return [Exception]
values  [R]  Gets the assigned values. @return [Array]

Public Class methods

Initializes a new instance of the {MultiparameterAssignmentError} class.

@param [String] attribute The target attribute of the assignment. @param [Array] values The assigned values. @param [Exception] exception The exception raised on the assignment.

[Validate]