Sha256: 7e901ecc166024188416508eeafd8ffcadb3305d5d8a9fe24408574e5b4471e3
Contents?: true
Size: 349 Bytes
Versions: 6
Compression:
Stored size: 349 Bytes
Contents
module OpenStax module Accounts module Api module V1 class GroupNestingRepresenter < Roar::Decorator include Roar::Representer::JSON property :container_group_id, type: Integer property :member_group_id, type: Integer end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems