app/controllers/anoubis/output/menu.rb in anoubis-1.0.0 vs app/controllers/anoubis/output/menu.rb in anoubis-1.0.1

- old
+ new

@@ -1,15 +1,15 @@ -module Anubis +module Anoubis module Output ## # Output subclass that represents data for menu action class Menu < Basic # @!attribute [rw] items - # @return [Array] the array of menu elements {Anubis::Output::MenuItem}. + # @return [Array] the array of menu elements {Anoubis::Output::MenuItem}. class_attribute :items # @!attribute [rw] keys - # @return [Hash] the hash of menu elements {Anubis::Output::MenuItem} with 'mode' as a key. + # @return [Hash] the hash of menu elements {Anoubis::Output::MenuItem} with 'mode' as a key. class_attribute :keys # @!attribute [rw] user # @return [Hash] the hash of user information. class_attribute :user \ No newline at end of file