Class: Seam::Resources::InstantKey
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::InstantKey
- Defined in:
- lib/seam/routes/resources/instant_key.rb
Instance Attribute Summary collapse
-
#client_session_id ⇒ Object
Returns the value of attribute client_session_id.
-
#customization ⇒ Object
Returns the value of attribute customization.
-
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
-
#instant_key_id ⇒ Object
Returns the value of attribute instant_key_id.
-
#instant_key_url ⇒ Object
Returns the value of attribute instant_key_url.
-
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
-
#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/instant_key.rb', line 6 def client_session_id @client_session_id end |
#customization ⇒ Object
Returns the value of attribute customization.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def customization @customization end |
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def customization_profile_id @customization_profile_id end |
#instant_key_id ⇒ Object
Returns the value of attribute instant_key_id.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def instant_key_id @instant_key_id end |
#instant_key_url ⇒ Object
Returns the value of attribute instant_key_url.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def instant_key_url @instant_key_url end |
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def user_identity_id @user_identity_id end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/instant_key.rb', line 6 def workspace_id @workspace_id end |