Class: Vedeu::Menus::Null Private
- Inherits:
-
Null::Generic
- Object
- Null::Generic
- Vedeu::Menus::Null
- Defined in:
- lib/vedeu/menus/null.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Provides a non-existent model to swallow messages.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Vedeu::Menus::Null
constructor
private
Returns an instance of the Vedeu::Menus::Null class.
Constructor Details
#initialize(attributes = {}) ⇒ Vedeu::Menus::Null
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an instance of the Vedeu::Menus::Null class.
16 17 18 19 |
# File 'lib/vedeu/menus/null.rb', line 16 def initialize(attributes = {}) @attributes = attributes @name = @attributes[:name] end |