Class: Seam::Resources::AccessGrant

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/routes/resources/access_grant.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

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_idObject

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_keyObject

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_idsObject

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_tokenObject

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_idObject

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_nameObject

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_urlObject

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_idsObject

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

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/access_grant.rb', line 6

def name
  @name
end

#pending_mutationsObject

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_methodsObject

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_keyObject

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_idsObject

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_idObject

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_idObject

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