Class: Seam::Resources::InstantKey

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/instant_key.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/instant_key.rb', line 6

def client_session_id
  @client_session_id
end

#customizationObject

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_idObject

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_idObject

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_urlObject

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_idObject

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_idObject

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