Skip to content

Commit

Permalink
Add documentation about goobi tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 12, 2018
1 parent 4f8d9f9 commit bcb89f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/dor/goobi_tag.rb
@@ -1,4 +1,9 @@
module Dor
# This represents a tag from Argo that we want to pass to Goobi.
# So the tag from Argo:
# Process : Content Type : Image
# Is represented as:
# <tag name="Process" value="Content Type : Image"></tag>
class GoobiTag
attr_accessor :name, :value

Expand Down

0 comments on commit bcb89f1

Please sign in to comment.