class Mumukit::Auth::AllGrant
Public Instance Methods
allows?(_resource_slug)
click to toggle source
# File lib/mumukit/auth/grant.rb, line 49 def allows?(_resource_slug) true end
to_mumukit_slug()
click to toggle source
# File lib/mumukit/auth/grant.rb, line 57 def to_mumukit_slug Mumukit::Auth::Slug.new '*', '*' end
to_s()
click to toggle source
# File lib/mumukit/auth/grant.rb, line 53 def to_s '*' end