Class: Seam::AcsSystem

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/acs_system.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_idObject

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_groupsObject

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_enrollmentObject

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_groupsObject

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_groupsObject

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_idsObject

Returns the value of attribute connected_account_ids.



5
6
7
# File 'lib/seam/resources/acs_system.rb', line 5

def 
  @connected_account_ids
end

#external_typeObject

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_nameObject

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_textObject

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_urlObject

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

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/seam/resources/acs_system.rb', line 5

def name
  @name
end

#system_typeObject

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_nameObject

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_idObject

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