Class: Flotte::Registry::Role

Inherits:
Base
  • Object
show all
Defined in:
lib/flotte/registry/role.rb

Instance Method Summary collapse

Methods inherited from Base

#add, #initialize

Constructor Details

This class inherits a constructor from Flotte::Registry::Base

Instance Method Details

#[](name) ⇒ Flotte::Role

Parameters:

  • name (String)

Returns:



6
7
8
# File 'lib/flotte/registry/role.rb', line 6

def [](name)
  super
end

#allArray<Flotte::Role>

Returns:



11
12
13
# File 'lib/flotte/registry/role.rb', line 11

def all
  super
end