Sha256: 523d3f87bbfe12082f78d15b4a53ba4388615c3314247b23eac111a19b37d57a
Contents?: true
Size: 316 Bytes
Versions: 13
Compression:
Stored size: 316 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
13 entries across 13 versions & 1 rubygems