Class: Seam::Clients::Acs

Inherits:
BaseClient show all
Defined in:
lib/seam/clients/acs.rb

Instance Attribute Summary

Attributes inherited from BaseClient

#client

Instance Method Summary collapse

Methods inherited from BaseClient

#initialize, #request_seam, #request_seam_object

Constructor Details

This class inherits a constructor from Seam::Clients::BaseClient

Instance Method Details

#access_groupsObject



6
7
8
# File 'lib/seam/clients/acs.rb', line 6

def access_groups
  @access_groups ||= Seam::Clients::AcsAccessGroups.new(self)
end

#credential_poolsObject



10
11
12
# File 'lib/seam/clients/acs.rb', line 10

def credential_pools
  @credential_pools ||= Seam::Clients::AcsCredentialPools.new(self)
end

#credential_provisioning_automationsObject



14
15
16
# File 'lib/seam/clients/acs.rb', line 14

def credential_provisioning_automations
  @credential_provisioning_automations ||= Seam::Clients::AcsCredentialProvisioningAutomations.new(self)
end

#credentialsObject



18
19
20
# File 'lib/seam/clients/acs.rb', line 18

def credentials
  @credentials ||= Seam::Clients::AcsCredentials.new(self)
end

#entrancesObject



22
23
24
# File 'lib/seam/clients/acs.rb', line 22

def entrances
  @entrances ||= Seam::Clients::AcsEntrances.new(self)
end

#systemsObject



26
27
28
# File 'lib/seam/clients/acs.rb', line 26

def systems
  @systems ||= Seam::Clients::AcsSystems.new(self)
end

#usersObject



30
31
32
# File 'lib/seam/clients/acs.rb', line 30

def users
  @users ||= Seam::Clients::AcsUsers.new(self)
end