Class: Version (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
Version::VERSION_STATUSES
Version::VERSION_SHARINGS
Instance Methods
Version#visible? / 1
Version#attachments_visible? / 1
Version#start_date
Version#due_date
Version#due_date= / 1
Version#estimated_hours
Version#spent_hours
Version#closed?
Version#open?
Version#completed?
Version#behind_schedule?
Version#completed_pourcent
Version#closed_pourcent
Version#overdue?
Version#issues_count
Version#open_issues_count
Version#closed_issues_count
Version#wiki_page
Version#to_s
Version#to_s_with_project
Version#<=> / 1
Version#allowed_sharings / 1
Version#load_issue_counts
Version#update_issues_from_sharing_change
Version#estimated_average
Version#issues_progress / 1
is a submodule of
module: <Toplevel Module>   
includes
  SafeAttributes ( Redmine )
inherits from
  Base ( ActiveRecord )
has properties
constant: VERSION_STATUSES   
constant: VERSION_SHARINGS   
method: visible? / 1   
method: attachments_visible? / 1   
method: start_date   
method: due_date   
method: due_date= / 1   
method: estimated_hours   
method: spent_hours   
method: closed?   
method: open?   
method: completed?   
method: behind_schedule?   
method: completed_pourcent   
method: closed_pourcent   
method: overdue?   
method: issues_count   
method: open_issues_count   
method: closed_issues_count   
method: wiki_page   
method: to_s   
method: to_s_with_project   
method: <=> / 1   
method: allowed_sharings / 1   
method: load_issue_counts   
method: update_issues_from_sharing_change   
method: estimated_average   
method: issues_progress / 1   
is defined at
#18 in app/models/version.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveRecord
class: Base     
✗ class: Version
  module: Redmine
module: SafeAttributes     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
has properties
class method: find_ids / 1   
Version
includes
  SafeAttributes ( Redmine )
has properties
constant: VERSION_STATUSES   
constant: VERSION_SHARINGS   
method: visible? / 1   
method: attachments_visible? / 1   
method: start_date   
method: due_date   
method: due_date= / 1   
method: estimated_hours   
method: spent_hours   
method: closed?   
method: open?   
method: completed?   
method: behind_schedule?   
method: completed_pourcent   
method: closed_pourcent   
method: overdue?   
method: issues_count   
method: open_issues_count   
method: closed_issues_count   
method: wiki_page   
method: to_s   
method: to_s_with_project   
method: <=> / 1   
method: allowed_sharings / 1   
method: load_issue_counts   
method: update_issues_from_sharing_change   
method: estimated_average   
method: issues_progress / 1   

Constants

Version::VERSION_STATUSES

#27 in app/models/version.rb

VERSION_STATUSES = %w(open locked closed)   

Version::VERSION_SHARINGS

#28 in app/models/version.rb

VERSION_SHARINGS = %w(none descendants hierarchy tree system)   

Instance Methods

Version#visible? / 1

#52 in app/models/version.rb

visible? ( user=User.current )

Version#attachments_visible? / 1

#57 in app/models/version.rb

attachments_visible? ( *args )

Version#start_date

#61 in app/models/version.rb

start_date

Version#due_date

#65 in app/models/version.rb

due_date

Version#due_date= / 1

#69 in app/models/version.rb

due_date= ( arg )

Version#estimated_hours

#75 in app/models/version.rb

estimated_hours

Version#spent_hours

#80 in app/models/version.rb

spent_hours

Version#closed?

#84 in app/models/version.rb

closed?

Version#open?

#88 in app/models/version.rb

open?

Version#completed?

#93 in app/models/version.rb

completed?

Version#behind_schedule?

#97 in app/models/version.rb

behind_schedule?

Version#completed_pourcent

#110 in app/models/version.rb

completed_pourcent

Version#closed_pourcent

#121 in app/models/version.rb

closed_pourcent

Version#overdue?

#130 in app/models/version.rb

overdue?

Version#issues_count

#135 in app/models/version.rb

issues_count

Version#open_issues_count

#141 in app/models/version.rb

open_issues_count

Version#closed_issues_count

#147 in app/models/version.rb

closed_issues_count

Version#wiki_page

#152 in app/models/version.rb

wiki_page

Version#to_s

#159 in app/models/version.rb

to_s

Version#to_s_with_project

#161 in app/models/version.rb

to_s_with_project

Version#<=> / 1

#167 in app/models/version.rb

<=> ( version )

Version#allowed_sharings / 1

#188 in app/models/version.rb

allowed_sharings ( user = User.current )

Version#load_issue_counts

#210 in app/models/version.rb

load_issue_counts

Version#update_issues_from_sharing_change

#226 in app/models/version.rb

update_issues_from_sharing_change

Version#estimated_average

#239 in app/models/version.rb

estimated_average

Version#issues_progress / 1

#256 in app/models/version.rb

issues_progress ( open )