Class: Vedeu::Menus::Null
- Inherits:
-
Null::Generic
- Object
- Null::Generic
- Vedeu::Menus::Null
- Defined in:
- lib/vedeu/menus/null.rb
Overview
Provides a non-existent model to swallow messages.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Vedeu::Menus::Null
constructor
Returns an instance of the Vedeu::Menus::Null class.
Constructor Details
#initialize(attributes = {}) ⇒ Vedeu::Menus::Null
Returns an instance of the Vedeu::Menus::Null class.
14 15 16 17 |
# File 'lib/vedeu/menus/null.rb', line 14 def initialize(attributes = {}) @attributes = attributes @name = @attributes[:name] end |