Class: Seam::Resources::AcsUser

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/routes/resources/acs_user.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

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

Instance Attribute Details

#access_scheduleObject

Returns the value of attribute access_schedule.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def access_schedule
  @access_schedule
end

#acs_system_idObject

Returns the value of attribute acs_system_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def acs_system_id
  @acs_system_id
end

#acs_user_idObject

Returns the value of attribute acs_user_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def acs_user_id
  @acs_user_id
end

#connected_account_idObject

Returns the value of attribute connected_account_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def 
  @connected_account_id
end

#display_nameObject

Returns the value of attribute display_name.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def display_name
  @display_name
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def email
  @email
end

#email_addressObject

Returns the value of attribute email_address.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def email_address
  @email_address
end

#external_typeObject

Returns the value of attribute external_type.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def external_type
  @external_type
end

#external_type_display_nameObject

Returns the value of attribute external_type_display_name.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def external_type_display_name
  @external_type_display_name
end

#full_nameObject

Returns the value of attribute full_name.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def full_name
  @full_name
end

#hid_acs_system_idObject

Returns the value of attribute hid_acs_system_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def hid_acs_system_id
  @hid_acs_system_id
end

#is_managedObject

Returns the value of attribute is_managed.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def is_managed
  @is_managed
end

#is_suspendedObject

Returns the value of attribute is_suspended.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def is_suspended
  @is_suspended
end

#pending_mutationsObject

Returns the value of attribute pending_mutations.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def pending_mutations
  @pending_mutations
end

#phone_numberObject

Returns the value of attribute phone_number.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def phone_number
  @phone_number
end

#salto_space_metadataObject

Returns the value of attribute salto_space_metadata.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def 
  @salto_space_metadata
end

#user_identity_email_addressObject

Returns the value of attribute user_identity_email_address.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def user_identity_email_address
  @user_identity_email_address
end

#user_identity_full_nameObject

Returns the value of attribute user_identity_full_name.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def user_identity_full_name
  @user_identity_full_name
end

#user_identity_idObject

Returns the value of attribute user_identity_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def user_identity_id
  @user_identity_id
end

#user_identity_phone_numberObject

Returns the value of attribute user_identity_phone_number.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def user_identity_phone_number
  @user_identity_phone_number
end

#workspace_idObject

Returns the value of attribute workspace_id.



6
7
8
# File 'lib/seam/routes/resources/acs_user.rb', line 6

def workspace_id
  @workspace_id
end