Class: Seam::AcsSystem
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::AcsSystem
- Defined in:
- lib/seam/resources/acs_system.rb
Instance Attribute Summary collapse
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#can_add_acs_users_to_acs_access_groups ⇒ Object
Returns the value of attribute can_add_acs_users_to_acs_access_groups.
-
#can_automate_enrollment ⇒ Object
Returns the value of attribute can_automate_enrollment.
-
#can_create_acs_access_groups ⇒ Object
Returns the value of attribute can_create_acs_access_groups.
-
#can_remove_acs_users_from_acs_access_groups ⇒ Object
Returns the value of attribute can_remove_acs_users_from_acs_access_groups.
-
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
-
#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.
-
#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.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def acs_system_id @acs_system_id end |
#can_add_acs_users_to_acs_access_groups ⇒ Object
Returns the value of attribute can_add_acs_users_to_acs_access_groups.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def can_add_acs_users_to_acs_access_groups @can_add_acs_users_to_acs_access_groups end |
#can_automate_enrollment ⇒ Object
Returns the value of attribute can_automate_enrollment.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def can_automate_enrollment @can_automate_enrollment end |
#can_create_acs_access_groups ⇒ Object
Returns the value of attribute can_create_acs_access_groups.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def can_create_acs_access_groups @can_create_acs_access_groups end |
#can_remove_acs_users_from_acs_access_groups ⇒ Object
Returns the value of attribute can_remove_acs_users_from_acs_access_groups.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def can_remove_acs_users_from_acs_access_groups @can_remove_acs_users_from_acs_access_groups end |
#connected_account_ids ⇒ Object
Returns the value of attribute connected_account_ids.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def connected_account_ids @connected_account_ids end |
#external_type ⇒ Object
Returns the value of attribute external_type.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def external_type @external_type end |
#external_type_display_name ⇒ Object
Returns the value of attribute external_type_display_name.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def external_type_display_name @external_type_display_name end |
#image_alt_text ⇒ Object
Returns the value of attribute image_alt_text.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def image_alt_text @image_alt_text end |
#image_url ⇒ Object
Returns the value of attribute image_url.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def image_url @image_url end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def name @name end |
#system_type ⇒ Object
Returns the value of attribute system_type.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def system_type @system_type end |
#system_type_display_name ⇒ Object
Returns the value of attribute system_type_display_name.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def system_type_display_name @system_type_display_name end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
5 6 7 |
# File 'lib/seam/resources/acs_system.rb', line 5 def workspace_id @workspace_id end |