Class: Ddr::Auth::TestHelpers::MockGrouperGateway

Inherits:
Object
  • Object
show all
Defined in:
lib/ddr/auth/test_helpers.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.repository_groups(*args) ⇒ Object



11
# File 'lib/ddr/auth/test_helpers.rb', line 11

def self.repository_groups(*args); new.repository_groups(*args); end

.user_groups(*args) ⇒ Object



13
# File 'lib/ddr/auth/test_helpers.rb', line 13

def self.user_groups(*args); new.user_groups(*args); end

Instance Method Details

#repository_groups(raw = false) ⇒ Object



12
# File 'lib/ddr/auth/test_helpers.rb', line 12

def repository_groups(raw = false); []; end

#user_groups(user, raw = false) ⇒ Object



14
# File 'lib/ddr/auth/test_helpers.rb', line 14

def user_groups(user, raw = false); []; end