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