Class: Seam::Resources::AccessMethod
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessMethod
- Includes:
- ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/access_method.rb
Instance Attribute Summary collapse
-
#access_method_id ⇒ Object
Returns the value of attribute access_method_id.
-
#client_session_token ⇒ Object
Returns the value of attribute client_session_token.
-
#code ⇒ Object
Returns the value of attribute code.
-
#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.
-
#is_encoding_required ⇒ Object
Returns the value of attribute is_encoding_required.
-
#is_issued ⇒ Object
Returns the value of attribute is_issued.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
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_id ⇒ Object
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_token ⇒ Object
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 |
#code ⇒ Object
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_id ⇒ Object
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_name ⇒ Object
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_url ⇒ Object
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_required ⇒ Object
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_issued ⇒ Object
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 |
#mode ⇒ Object
Returns the value of attribute mode.
6 7 8 |
# File 'lib/seam/routes/resources/access_method.rb', line 6 def mode @mode end |
#workspace_id ⇒ Object
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 |