Sha256: d19e60d297dd855aba3060ff280c8c2aec4634b5070352f273204e0a4575df63
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true require_relative './base_response' require_relative '../../data_object/organization' module ONEAccess module Response module Representer class OrganizationResponse < BaseResponse property :data, as: :Data, decorator: DataObject::Representer::Organization, class: DataObject::Organization end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oneaccess-1.3.1 | lib/oneaccess/response/representer/organization_response.rb |
oneaccess-1.3.0 | lib/oneaccess/response/representer/organization_response.rb |