You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn'[DEPRECATION] `parent_collections` is deprecated in Hydra::Works. Please use `in_collections` instead. This has a target date for removal of 10-31-2015'
58
+
in_collections
59
+
end
60
+
61
+
defchild_collections
62
+
warn'[DEPRECATION] `child_collections` is deprecated in Hydra::Works. Please use `collections` instead. This has a target date for removal of 10-31-2015'
63
+
collections
64
+
end
65
+
66
+
defchild_collections=(new_collections)
67
+
warn'[DEPRECATION] `child_collections=` is deprecated in Hydra::Works. Please use `collections=` instead. This has a target date for removal of 10-31-2015'
68
+
self.collections=new_collections
69
+
end
70
+
71
+
defchild_collection_ids
72
+
warn'[DEPRECATION] `child_collection_ids` is deprecated in Hydra::Works. Please use `collection_ids` instead. This has a target date for removal of 10-31-2015'
73
+
collection_ids
74
+
end
75
+
76
+
defchild_generic_works
77
+
warn'[DEPRECATION] `child_generic_works` is deprecated in Hydra::Works. Please use `generic_works` instead. This has a target date for removal of 10-31-2015'
78
+
generic_works
79
+
end
80
+
81
+
defchild_generic_works=(new_generic_works)
82
+
warn'[DEPRECATION] `child_generic_works=` is deprecated in Hydra::Works. Please use `generic_works=` instead. This has a target date for removal of 10-31-2015'
83
+
self.generic_works=new_generic_works
84
+
end
85
+
86
+
defchild_generic_work_ids
87
+
warn'[DEPRECATION] `child_generic_work_ids` is deprecated in Hydra::Works. Please use `generic_work_ids` instead. This has a target date for removal of 10-31-2015'
warn'[DEPRECATION] `generic_works` is deprecated in Hydra::Works. Please use `in_generic_works` instead. This has a target date for removal of 10-31-2015'
warn'[DEPRECATION] `parent_generic_works` is deprecated in Hydra::Works. Please use `in_generic_works` instead. This has a target date for removal of 10-31-2015'
warn'[DEPRECATION] `parent_collections` is deprecated in Hydra::Works. Please use `in_collections` instead. This has a target date for removal of 10-31-2015'
66
+
in_collections
67
+
end
68
+
69
+
defchild_generic_works
70
+
warn'[DEPRECATION] `child_generic_works` is deprecated in Hydra::Works. Please use `generic_works` instead. This has a target date for removal of 10-31-2015'
71
+
generic_works
72
+
end
73
+
74
+
defchild_generic_works=(new_generic_works)
75
+
warn'[DEPRECATION] `child_generic_works=` is deprecated in Hydra::Works. Please use `generic_works=` instead. This has a target date for removal of 10-31-2015'
76
+
self.generic_works=new_generic_works
77
+
end
78
+
79
+
defchild_generic_work_ids
80
+
warn'[DEPRECATION] `child_generic_work_ids` is deprecated in Hydra::Works. Please use `generic_work_ids` instead. This has a target date for removal of 10-31-2015'
0 commit comments