Class: Seam::Resources::UserIdentity

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/routes/resources/user_identity.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

#acs_user_idsObject

Returns the value of attribute acs_user_ids.



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

def acs_user_ids
  @acs_user_ids
end

#display_nameObject

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#email_addressObject

Returns the value of attribute email_address.



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

def email_address
  @email_address
end

#full_nameObject

Returns the value of attribute full_name.



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

def full_name
  @full_name
end

#phone_numberObject

Returns the value of attribute phone_number.



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

def phone_number
  @phone_number
end

#user_identity_idObject

Returns the value of attribute user_identity_id.



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

def user_identity_id
  @user_identity_id
end

#user_identity_keyObject

Returns the value of attribute user_identity_key.



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

def user_identity_key
  @user_identity_key
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end