Skip to content

Commit

Permalink
Add Manifest write access methods to the File class.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jul 3, 2014
1 parent 46f4a6f commit 547fb8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ro-bundle/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class File < UCF::File

extend Forwardable
def_delegators :@manifest, :aggregates, :annotations, :authored_by,
:authored_on, :created_by, :created_on, :history, :id
:authored_on, :authored_on=, :created_by, :created_by=, :created_on,
:created_on=, :history, :id, :id=

private_class_method :new

Expand Down

0 comments on commit 547fb8c

Please sign in to comment.