Sha256: 523ec76ac03532f06b292efc5d52a423b8f467fb87e1221e6b3b3fc63c24384c

Contents?: true

Size: 551 Bytes

Versions: 2

Compression:

Stored size: 551 Bytes

Contents

# frozen_string_literal: true

require_relative './representer/inducement'

module ONEAccess
  module DataObject
    class Inducement
      extend Serializable

      represented_by Representer::Inducement

      attr_accessor :receive_date
      attr_accessor :provider_org_id
      attr_accessor :email_inducement_id
      attr_accessor :recipient_user_id
      attr_accessor :sender_user_id
      attr_accessor :email_inducement_status_id
      attr_accessor :body
      attr_accessor :processed_date
      attr_accessor :subject
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oneaccess-1.3.1 lib/oneaccess/data_object/inducement.rb
oneaccess-1.3.0 lib/oneaccess/data_object/inducement.rb