Skip to content

Commit

Permalink
Merge pull request #195 from sul-dlss/generate
Browse files Browse the repository at this point in the history
generate models: DescriptiveAccessMetadata gets digitalLocation
  • Loading branch information
jcoyne authored Dec 11, 2020
2 parents 81373e3 + f7ed782 commit 6fed806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cocina/models/descriptive_access_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Models
class DescriptiveAccessMetadata < Struct
attribute :url, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :physicalLocation, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :digitalLocation, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :accessContact, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :digitalRepository, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
Expand Down

0 comments on commit 6fed806

Please sign in to comment.