Class: Seam::Resources::AccessGrant
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessGrant
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/access_grant.rb
Instance Attribute Summary collapse
-
#access_grant_id ⇒ Object
Returns the value of attribute access_grant_id.
-
#access_grant_key ⇒ Object
Returns the value of attribute access_grant_key.
-
#access_method_ids ⇒ Object
Returns the value of attribute access_method_ids.
-
#client_session_token ⇒ Object
Returns the value of attribute client_session_token.
-
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#instant_key_url ⇒ Object
Returns the value of attribute instant_key_url.
-
#location_ids ⇒ Object
Returns the value of attribute location_ids.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
-
#requested_access_methods ⇒ Object
Returns the value of attribute requested_access_methods.
-
#reservation_key ⇒ Object
Returns the value of attribute reservation_key.
-
#space_ids ⇒ Object
Returns the value of attribute space_ids.
-
#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 included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
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
#access_grant_id ⇒ Object
Returns the value of attribute access_grant_id.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def access_grant_id @access_grant_id end |
#access_grant_key ⇒ Object
Returns the value of attribute access_grant_key.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def access_grant_key @access_grant_key end |
#access_method_ids ⇒ Object
Returns the value of attribute access_method_ids.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def access_method_ids @access_method_ids end |
#client_session_token ⇒ Object
Returns the value of attribute client_session_token.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def client_session_token @client_session_token end |
#customization_profile_id ⇒ Object
Returns the value of attribute customization_profile_id.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def customization_profile_id @customization_profile_id end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def display_name @display_name end |
#instant_key_url ⇒ Object
Returns the value of attribute instant_key_url.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def instant_key_url @instant_key_url end |
#location_ids ⇒ Object
Returns the value of attribute location_ids.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def location_ids @location_ids end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def name @name end |
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def pending_mutations @pending_mutations end |
#requested_access_methods ⇒ Object
Returns the value of attribute requested_access_methods.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def requested_access_methods @requested_access_methods end |
#reservation_key ⇒ Object
Returns the value of attribute reservation_key.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def reservation_key @reservation_key end |
#space_ids ⇒ Object
Returns the value of attribute space_ids.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.rb', line 6 def space_ids @space_ids end |
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
6 7 8 |
# File 'lib/seam/routes/resources/access_grant.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/access_grant.rb', line 6 def workspace_id @workspace_id end |