Sha256: 54ef81af8418d349c327d0aa88ced0cadd591330f33b161c56027e74721377c1
Contents?: true
Size: 477 Bytes
Versions: 7
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class ProvidersUserDetailsVendor < Representable::Decorator include Representable::JSON property :id, type: Integer property :rev_ent_status, as: :reventstatus, type: String property :name, type: String property :short_name, as: :shortname, type: String property :ent_level, as: :entlevel, type: String end end end end
Version data entries
7 entries across 7 versions & 1 rubygems