Sha256: d9cb2b4a10bf72699f600a95084476a046e9a422ed3539e6c4de56e2d1f118e5
Contents?: true
Size: 320 Bytes
Versions: 3
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/organizations_response" module ONEAccess module Response class OrganizationsResponse extend Serializable represented_by Representer::OrganizationsResponse attr_accessor :api_status_code attr_accessor :data end end end
Version data entries
3 entries across 3 versions & 1 rubygems