Class: Seam::Resources::AccessMethod

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

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

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_method_idObject

Returns the value of attribute access_method_id.



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

def access_method_id
  @access_method_id
end

#client_session_tokenObject

Returns the value of attribute client_session_token.



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

def client_session_token
  @client_session_token
end

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#customization_profile_idObject

Returns the value of attribute customization_profile_id.



6
7
8
# File 'lib/seam/routes/resources/access_method.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_method.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_method.rb', line 6

def instant_key_url
  @instant_key_url
end

#is_encoding_requiredObject

Returns the value of attribute is_encoding_required.



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

def is_encoding_required
  @is_encoding_required
end

#is_issuedObject

Returns the value of attribute is_issued.



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

def is_issued
  @is_issued
end

#modeObject

Returns the value of attribute mode.



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

def mode
  @mode
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end