lib/oneaccess/data_object/representer/contributor.rb in oneaccess-1.2.0 vs lib/oneaccess/data_object/representer/contributor.rb in oneaccess-1.3.0
- old
+ new
@@ -4,11 +4,11 @@
module DataObject
module Representer
class Contributor < Representable::Decorator
include Representable::JSON
- property :contributor_id, type: Integer
- property :contributor_name, type: String
+ property :contributor_id, type: Integer
+ property :contributor_name, type: String
property :contributor_shortname, type: String
property :active
end
end
end