Class: Seam::Resources::ClientSession

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/client_session.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

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

#client_session_idObject

Returns the value of attribute client_session_id.



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

def client_session_id
  @client_session_id
end

#connect_webview_idsObject

Returns the value of attribute connect_webview_ids.



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

def connect_webview_ids
  @connect_webview_ids
end

#connected_account_idsObject

Returns the value of attribute connected_account_ids.



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

def 
  
end

#customer_keyObject

Returns the value of attribute customer_key.



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

def customer_key
  @customer_key
end

#device_countObject

Returns the value of attribute device_count.



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

def device_count
  @device_count
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end

#user_identifier_keyObject

Returns the value of attribute user_identifier_key.



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

def user_identifier_key
  @user_identifier_key
end

#user_identity_idObject

Returns the value of attribute user_identity_id.



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

def user_identity_id
  @user_identity_id
end

#user_identity_idsObject

Returns the value of attribute user_identity_ids.



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

def user_identity_ids
  @user_identity_ids
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end