Class: Mumukit::Auth::Role::Owner

Inherits:
Mumukit::Auth::Role show all
Defined in:
lib/mumukit/auth/role.rb

Instance Method Summary collapse

Methods inherited from Mumukit::Auth::Role

#allows?, #broader_than?, #initialize, #narrower_than?, parent, parse, #to_mumukit_role, #to_sym

Constructor Details

This class inherits a constructor from Mumukit::Auth::Role

Instance Method Details

#_narrower_than_other?Boolean

Returns:

  • (Boolean)


97
98
99
# File 'lib/mumukit/auth/role.rb', line 97

def _narrower_than_other?(*)
  false
end

#parent_allows?Boolean

Returns:

  • (Boolean)


93
94
95
# File 'lib/mumukit/auth/role.rb', line 93

def parent_allows?(*)
  false
end