Sha256: ae7332a167fa34d252ee82fea60a9bc79718f11a1aaec7876fc4d82040865b0e
Contents?: true
Size: 395 Bytes
Versions: 13
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class Contributor < Representable::Decorator include Representable::JSON property :contributor_id, type: Integer property :contributor_name, type: String property :contributor_shortname, type: String property :active end end end end
Version data entries
13 entries across 13 versions & 1 rubygems