Sha256: 397e8efd25c8aa58bb1e2ec620271e5730bcdd3779683269956882ed882e302b
Contents?: true
Size: 584 Bytes
Versions: 17
Compression:
Stored size: 584 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class ProductGroup < Representable::Decorator include Representable::JSON property :id, as: :Id, type: Integer property :name, as: :Name, type: String property :description, as: :Description, type: String property :status, as: :Status, type: Integer property :contributor_org_id, as: :ContributorOrgId, type: Integer property :type, as: :Type, type: Integer property :is_default, as: :IsDefault end end end end
Version data entries
17 entries across 17 versions & 1 rubygems