Class: Bulkrax::ImportFailed
- Inherits:
-
Object
- Object
- Bulkrax::ImportFailed
- Defined in:
- app/models/bulkrax/import_failed.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message, backtrace) ⇒ ImportFailed
constructor
A new instance of ImportFailed.
Constructor Details
#initialize(message, backtrace) ⇒ ImportFailed
Returns a new instance of ImportFailed.
8 9 10 11 |
# File 'app/models/bulkrax/import_failed.rb', line 8 def initialize(, backtrace) @message = @backtrace = backtrace end |
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace.
6 7 8 |
# File 'app/models/bulkrax/import_failed.rb', line 6 def backtrace @backtrace end |
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'app/models/bulkrax/import_failed.rb', line 6 def @message end |