Class: Seam::ClientSession
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ClientSession
- Defined in:
- lib/seam/resources/client_session.rb
Instance Attribute Summary collapse
-
#client_session_id ⇒ Object
Returns the value of attribute client_session_id.
-
#connect_webview_ids ⇒ Object
Returns the value of attribute connect_webview_ids.
-
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
-
#device_count ⇒ Object
Returns the value of attribute device_count.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user_identifier_key ⇒ Object
Returns the value of attribute user_identifier_key.
-
#user_identity_ids ⇒ Object
Returns the value of attribute user_identity_ids.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
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::BaseResource
Instance Attribute Details
#client_session_id ⇒ Object
Returns the value of attribute client_session_id.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def client_session_id @client_session_id end |
#connect_webview_ids ⇒ Object
Returns the value of attribute connect_webview_ids.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def connect_webview_ids @connect_webview_ids end |
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def connected_account_ids @connected_account_ids end |
#device_count ⇒ Object
Returns the value of attribute device_count.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def device_count @device_count end |
#token ⇒ Object
Returns the value of attribute token.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def token @token end |
#user_identifier_key ⇒ Object
Returns the value of attribute user_identifier_key.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def user_identifier_key @user_identifier_key end |
#user_identity_ids ⇒ Object
Returns the value of attribute user_identity_ids.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def user_identity_ids @user_identity_ids end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
5 6 7 |
# File 'lib/seam/resources/client_session.rb', line 5 def workspace_id @workspace_id end |