Class: Seam::Resources::AcsUser::PendingMutations::To

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

New access group ID.



47
48
49
# File 'lib/seam/resources/acs_user.rb', line 47

def acs_access_group_id
  @acs_access_group_id
end

#acs_credential_idObject

New credential ID.



49
50
51
# File 'lib/seam/resources/acs_user.rb', line 49

def acs_credential_id
  @acs_credential_id
end

#email_addressObject

Email address of the access system user.



51
52
53
# File 'lib/seam/resources/acs_user.rb', line 51

def email_address
  @email_address
end

#full_nameObject

Full name of the access system user.



53
54
55
# File 'lib/seam/resources/acs_user.rb', line 53

def full_name
  @full_name
end

#is_suspendedObject

Returns the value of attribute is_suspended.



54
55
56
# File 'lib/seam/resources/acs_user.rb', line 54

def is_suspended
  @is_suspended
end

#phone_numberObject

Phone number of the access system user.



56
57
58
# File 'lib/seam/resources/acs_user.rb', line 56

def phone_number
  @phone_number
end