Class: WikiDiff (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Attributes
WikiDiff#content_to [R]
WikiDiff#content_from [R]
Instance Methods
WikiDiff#initialize / 2
is a submodule of
module: <Toplevel Module>   
inherits from
  Diff ( Redmine::Helpers )
has properties
attribute: content_to [R]   
attribute: content_from [R]   
method: initialize / 2   
is defined at
#184 in app/models/wiki_page.rb  

Overview

Module Structure

  module: <Toplevel Module>
✗ class: WikiDiff
  module: Redmine
  module: Helpers
class: Diff     

Class Hierarchy

Object ( Builtin-Module )
Diff ( Redmine::Helpers )
includes
  Util ( ERB )
  TagHelper ( ActionView::Helpers )
  TextHelper ( ActionView::Helpers )
has properties
attribute: diff [R]   
attribute: words [R]   
method: initialize / 2   
method: to_html   
WikiDiff
has properties
attribute: content_to [R]   
attribute: content_from [R]   
method: initialize / 2   

Instance Attributes

WikiDiff#content_to [R]

#185 in app/models/wiki_page.rb

WikiDiff#content_from [R]

#185 in app/models/wiki_page.rb

Instance Methods

WikiDiff#initialize / 2

#187 in app/models/wiki_page.rb

initialize ( content_to ,
  content_from )