Class: Seam::AcsAccessGroup

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/acs_access_group.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

#access_group_typeObject

Returns the value of attribute access_group_type.



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

def access_group_type
  @access_group_type
end

#access_group_type_display_nameObject

Returns the value of attribute access_group_type_display_name.



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

def access_group_type_display_name
  @access_group_type_display_name
end

#acs_access_group_idObject

Returns the value of attribute acs_access_group_id.



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

def acs_access_group_id
  @acs_access_group_id
end

#acs_system_idObject

Returns the value of attribute acs_system_id.



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

def acs_system_id
  @acs_system_id
end

#external_typeObject

Returns the value of attribute external_type.



5
6
7
# File 'lib/seam/resources/acs_access_group.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_access_group.rb', line 5

def external_type_display_name
  @external_type_display_name
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end