Sha256: 1ce0722fb2f6823cde44426542254f5c4e8d959fe310f05fa5373c599943489d

Contents?: true

Size: 317 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
oneaccess-1.3.1 lib/oneaccess/response/organization_response.rb
oneaccess-1.3.0 lib/oneaccess/response/organization_response.rb