Class: Thredded::AllViewHooks::ModerationUserPage
- Inherits:
-
Object
- Object
- Thredded::AllViewHooks::ModerationUserPage
- Defined in:
- app/view_hooks/thredded/all_view_hooks.rb
Instance Attribute Summary collapse
- #user_info ⇒ Thredded::AllViewHooks::ViewHook readonly
- #user_info_list_items ⇒ Thredded::AllViewHooks::ViewHook readonly
- #user_moderation_actions ⇒ Thredded::AllViewHooks::ViewHook readonly
- #user_title ⇒ Thredded::AllViewHooks::ViewHook readonly
Instance Method Summary collapse
-
#initialize ⇒ ModerationUserPage
constructor
A new instance of ModerationUserPage.
Constructor Details
#initialize ⇒ ModerationUserPage
Returns a new instance of ModerationUserPage.
129 130 131 132 133 134 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 129 def initialize @user_title = ViewHook.new @user_info = ViewHook.new @user_info_list_items = ViewHook.new @user_moderation_actions = ViewHook.new end |
Instance Attribute Details
#user_info ⇒ Thredded::AllViewHooks::ViewHook (readonly)
123 124 125 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 123 def user_info @user_info end |
#user_info_list_items ⇒ Thredded::AllViewHooks::ViewHook (readonly)
125 126 127 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 125 def user_info_list_items @user_info_list_items end |
#user_moderation_actions ⇒ Thredded::AllViewHooks::ViewHook (readonly)
127 128 129 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 127 def user_moderation_actions @user_moderation_actions end |
#user_title ⇒ Thredded::AllViewHooks::ViewHook (readonly)
121 122 123 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 121 def user_title @user_title end |