Class: Seam::Resources::ClientSession
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ClientSession
- Defined in:
- lib/seam/routes/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.
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#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_id ⇒ Object
Returns the value of attribute user_identity_id.
-
#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::Resources::BaseResource
Instance Attribute Details
#client_session_id ⇒ Object
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_ids ⇒ Object
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_ids ⇒ Object
Returns the value of attribute connected_account_ids.
6 7 8 |
# File 'lib/seam/routes/resources/client_session.rb', line 6 def connected_account_ids @connected_account_ids end |
#customer_key ⇒ Object
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_count ⇒ Object
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 |
#token ⇒ Object
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_key ⇒ Object
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_id ⇒ Object
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_ids ⇒ Object
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_id ⇒ Object
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 |