Class: FedoraMigrate::ContentMover::Report
- Inherits:
-
Object
- Object
- FedoraMigrate::ContentMover::Report
- Defined in:
- lib/fedora_migrate/content_mover.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#original_date ⇒ Object
Returns the value of attribute original_date.
Instance Method Summary collapse
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
6 7 8 |
# File 'lib/fedora_migrate/content_mover.rb', line 6 def error @error end |
#mime_type ⇒ Object
Returns the value of attribute mime_type.
6 7 8 |
# File 'lib/fedora_migrate/content_mover.rb', line 6 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/fedora_migrate/content_mover.rb', line 6 def name @name end |
#original_date ⇒ Object
Returns the value of attribute original_date.
6 7 8 |
# File 'lib/fedora_migrate/content_mover.rb', line 6 def original_date @original_date end |
Instance Method Details
#success? ⇒ Boolean
7 8 9 |
# File 'lib/fedora_migrate/content_mover.rb', line 7 def success? error.nil? end |