Class: Thredded::AllViewHooks::MessageboardsIndex

Inherits:
Object
  • Object
show all
Defined in:
app/view_hooks/thredded/all_view_hooks.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMessageboardsIndex

Returns a new instance of MessageboardsIndex.



84
85
86
87
88
89
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 84

def initialize
  @container = ViewHook.new
  @list = ViewHook.new
  @group = ViewHook.new
  @messageboard = ViewHook.new
end

Instance Attribute Details

#containerThredded::AllViewHooks::ViewHook (readonly)



76
77
78
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 76

def container
  @container
end

#groupThredded::AllViewHooks::ViewHook (readonly)



80
81
82
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 80

def group
  @group
end

#listThredded::AllViewHooks::ViewHook (readonly)



78
79
80
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 78

def list
  @list
end

#messageboardThredded::AllViewHooks::ViewHook (readonly)



82
83
84
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 82

def messageboard
  @messageboard
end