Sha256: e2b7513f085be873eae1ca0e7c4635ed16a171455a2d7053302866a9fb0faa93
Contents?: true
Size: 317 Bytes
Versions: 6
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/organization_response" module ONEAccess module Response class OrganizationResponse extend Serializable represented_by Representer::OrganizationResponse attr_accessor :api_status_code attr_accessor :data end end end
Version data entries
6 entries across 6 versions & 1 rubygems