Class: Seam::Resources::AcsSystem
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsSystem
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/acs_system.rb
Instance Attribute Summary collapse
-
#acs_access_group_count ⇒ Object
Returns the value of attribute acs_access_group_count.
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#acs_user_count ⇒ Object
Returns the value of attribute acs_user_count.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
-
#default_credential_manager_acs_system_id ⇒ Object
Returns the value of attribute default_credential_manager_acs_system_id.
-
#external_type ⇒ Object
Returns the value of attribute external_type.
-
#external_type_display_name ⇒ Object
Returns the value of attribute external_type_display_name.
-
#image_alt_text ⇒ Object
Returns the value of attribute image_alt_text.
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#is_credential_manager ⇒ Object
Returns the value of attribute is_credential_manager.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#system_type ⇒ Object
Returns the value of attribute system_type.
-
#system_type_display_name ⇒ Object
Returns the value of attribute system_type_display_name.
-
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
-
#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
#acs_access_group_count ⇒ Object
Returns the value of attribute acs_access_group_count.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def acs_access_group_count @acs_access_group_count end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def acs_system_id @acs_system_id end |
#acs_user_count ⇒ Object
Returns the value of attribute acs_user_count.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def acs_user_count @acs_user_count end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def connected_account_id @connected_account_id end |
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def connected_account_ids @connected_account_ids end |
#default_credential_manager_acs_system_id ⇒ Object
Returns the value of attribute default_credential_manager_acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def default_credential_manager_acs_system_id @default_credential_manager_acs_system_id end |
#external_type ⇒ Object
Returns the value of attribute external_type.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def external_type @external_type end |
#external_type_display_name ⇒ Object
Returns the value of attribute external_type_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def external_type_display_name @external_type_display_name end |
#image_alt_text ⇒ Object
Returns the value of attribute image_alt_text.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def image_alt_text @image_alt_text end |
#image_url ⇒ Object
Returns the value of attribute image_url.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def image_url @image_url end |
#is_credential_manager ⇒ Object
Returns the value of attribute is_credential_manager.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def is_credential_manager @is_credential_manager end |
#location ⇒ Object
Returns the value of attribute location.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def name @name end |
#system_type ⇒ Object
Returns the value of attribute system_type.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def system_type @system_type end |
#system_type_display_name ⇒ Object
Returns the value of attribute system_type_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def system_type_display_name @system_type_display_name end |
#visionline_metadata ⇒ Object
Returns the value of attribute visionline_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def @visionline_metadata end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/acs_system.rb', line 6 def workspace_id @workspace_id end |