Class: Seam::Resources::AcsUser::PendingMutations::From

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/acs_user.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#acs_access_group_idObject

Old access group ID.



29
30
31
# File 'lib/seam/resources/acs_user.rb', line 29

def acs_access_group_id
  @acs_access_group_id
end

#acs_credential_idObject

Previous credential ID.



31
32
33
# File 'lib/seam/resources/acs_user.rb', line 31

def acs_credential_id
  @acs_credential_id
end

#email_addressObject

Email address of the access system user.



33
34
35
# File 'lib/seam/resources/acs_user.rb', line 33

def email_address
  @email_address
end

#full_nameObject

Full name of the access system user.



35
36
37
# File 'lib/seam/resources/acs_user.rb', line 35

def full_name
  @full_name
end

#is_suspendedObject

Returns the value of attribute is_suspended.



36
37
38
# File 'lib/seam/resources/acs_user.rb', line 36

def is_suspended
  @is_suspended
end

#phone_numberObject

Phone number of the access system user.



38
39
40
# File 'lib/seam/resources/acs_user.rb', line 38

def phone_number
  @phone_number
end