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

- old
+ new

@@ -1,6 +1,6 @@ -module Anubis +module Anoubis module Output ## # Output subclass that represents data for frame action class Frame < Basic # @!attribute [rw] short @@ -14,15 +14,15 @@ # @!attribute [rw] access # @return [String] the access to the menu element for current user ('read', 'write'). class_attribute :access # @!attribute [rw] tab_items - # @return [Array] the array of tab elements {Anubis::Output::TabItem}. + # @return [Array] the array of tab elements {Anoubis::Output::TabItem}. class_attribute :tab_items # @!attribute [rw] tabs - # @return [Hash] the hash of menu elements {Anubis::Output::TabItem} with 'mode' as a key. + # @return [Hash] the hash of menu elements {Anoubis::Output::TabItem} with 'mode' as a key. class_attribute :tabs ## # Initializes menu output data. Generates default values. def initialize @@ -78,14 +78,14 @@ # @!attribute [rw] hint # @return [string] the tab hint (value may not be present). class_attribute :hint # @!attribute [rw] button_items - # @return [Array] the array of tab elements {Anubis::Output::FrameButtonItem}. + # @return [Array] the array of tab elements {Anoubis::Output::FrameButtonItem}. class_attribute :button_items # @!attribute [rw] buttons - # @return [Hash] the hash of menu elements {Anubis::Output::FrameButtonItem} with 'key' as a key. + # @return [Hash] the hash of menu elements {Anoubis::Output::FrameButtonItem} with 'key' as a key. class_attribute :buttons # @!attribute [rw] filter # @return [Boolean] sets into true when tab has filter button class_attribute :filter \ No newline at end of file