Class: Seam::Resources::AcsCredentialPool

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

Instance Attribute Details

#acs_credential_pool_idObject

Returns the value of attribute acs_credential_pool_id.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def acs_credential_pool_id
  @acs_credential_pool_id
end

#acs_system_idObject

Returns the value of attribute acs_system_id.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def acs_system_id
  @acs_system_id
end

#display_nameObject

Returns the value of attribute display_name.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def display_name
  @display_name
end

#external_typeObject

Returns the value of attribute external_type.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def external_type
  @external_type
end

#external_type_display_nameObject

Returns the value of attribute external_type_display_name.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def external_type_display_name
  @external_type_display_name
end

#workspace_idObject

Returns the value of attribute workspace_id.



6
7
8
# File 'lib/seam/routes/resources/acs_credential_pool.rb', line 6

def workspace_id
  @workspace_id
end