Class: ONEAccess::DataObject::Inducement

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/data_object/inducement.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



18
19
20
# File 'lib/oneaccess/data_object/inducement.rb', line 18

def body
  @body
end

#email_inducement_idObject

Returns the value of attribute email_inducement_id.



14
15
16
# File 'lib/oneaccess/data_object/inducement.rb', line 14

def email_inducement_id
  @email_inducement_id
end

#email_inducement_status_idObject

Returns the value of attribute email_inducement_status_id.



17
18
19
# File 'lib/oneaccess/data_object/inducement.rb', line 17

def email_inducement_status_id
  @email_inducement_status_id
end

#processed_dateObject

Returns the value of attribute processed_date.



19
20
21
# File 'lib/oneaccess/data_object/inducement.rb', line 19

def processed_date
  @processed_date
end

#provider_org_idObject

Returns the value of attribute provider_org_id.



13
14
15
# File 'lib/oneaccess/data_object/inducement.rb', line 13

def provider_org_id
  @provider_org_id
end

#receive_dateObject

Returns the value of attribute receive_date.



12
13
14
# File 'lib/oneaccess/data_object/inducement.rb', line 12

def receive_date
  @receive_date
end

#recipient_user_idObject

Returns the value of attribute recipient_user_id.



15
16
17
# File 'lib/oneaccess/data_object/inducement.rb', line 15

def recipient_user_id
  @recipient_user_id
end

#sender_user_idObject

Returns the value of attribute sender_user_id.



16
17
18
# File 'lib/oneaccess/data_object/inducement.rb', line 16

def sender_user_id
  @sender_user_id
end

#subjectObject

Returns the value of attribute subject.



20
21
22
# File 'lib/oneaccess/data_object/inducement.rb', line 20

def subject
  @subject
end