Sha256: 863c44205733644c528c6a81bc0200ddc60dfef48d01df30926c0c2c2410808f
Contents?: true
Size: 364 Bytes
Versions: 17
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class SellSideUserGroupEntitlement < Representable::Decorator include Representable::JSON property :id, as: :Id, type: Integer property :name, as: :Name, type: String property :is_approved, as: :IsApproved end end end end
Version data entries
17 entries across 17 versions & 1 rubygems