Class: Seam::AcsCredential

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/resources/acs_credential.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

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_methodObject

Returns the value of attribute access_method.



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

def access_method
  @access_method
end

#acs_credential_idObject

Returns the value of attribute acs_credential_id.



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

def acs_credential_id
  @acs_credential_id
end

#acs_credential_pool_idObject

Returns the value of attribute acs_credential_pool_id.



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

def acs_credential_pool_id
  @acs_credential_pool_id
end

#acs_system_idObject

Returns the value of attribute acs_system_id.



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

def acs_system_id
  @acs_system_id
end

#acs_user_idObject

Returns the value of attribute acs_user_id.



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

def acs_user_id
  @acs_user_id
end

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#display_nameObject

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#ends_atObject

Returns the value of attribute ends_at.



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

def ends_at
  @ends_at
end

#external_typeObject

Returns the value of attribute external_type.



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

def external_type_display_name
  @external_type_display_name
end

#is_multi_phone_sync_credentialObject

Returns the value of attribute is_multi_phone_sync_credential.



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

def is_multi_phone_sync_credential
  @is_multi_phone_sync_credential
end

#parent_acs_credential_idObject

Returns the value of attribute parent_acs_credential_id.



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

def parent_acs_credential_id
  @parent_acs_credential_id
end

#starts_atObject

Returns the value of attribute starts_at.



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

def starts_at
  @starts_at
end

#visionline_metadataObject

Returns the value of attribute visionline_metadata.



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

def 
  @visionline_metadata
end

#workspace_idObject

Returns the value of attribute workspace_id.



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

def workspace_id
  @workspace_id
end