Class: ActiveFedora::FilesHash
- Inherits:
-
AssociationHash
- Object
- AssociationHash
- ActiveFedora::FilesHash
- Defined in:
- lib/active_fedora/files_hash.rb
Instance Attribute Summary
Attributes inherited from AssociationHash
Instance Method Summary collapse
-
#initialize(model) ⇒ FilesHash
constructor
A new instance of FilesHash.
- #keys ⇒ Object
- #reflections ⇒ Object
Methods inherited from AssociationHash
#[], #[]=, #association, #changed, #each, #each_value, #freeze, #key?, #merge, #select, #values
Constructor Details
#initialize(model) ⇒ FilesHash
Returns a new instance of FilesHash.
3 4 5 |
# File 'lib/active_fedora/files_hash.rb', line 3 def initialize(model) @base = model end |
Instance Method Details
#keys ⇒ Object
11 12 13 |
# File 'lib/active_fedora/files_hash.rb', line 11 def keys reflections.keys + @base.undeclared_files end |
#reflections ⇒ Object
7 8 9 |
# File 'lib/active_fedora/files_hash.rb', line 7 def reflections @base.class.child_resource_reflections end |