Class: JIRA::ServerConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/jiraSOAP/remoteEntities.rb

Overview

TODO:

documentation for this class

TODO:

write a boolean accessor macro

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(frag = nil) ⇒ ServerConfiguration

Returns a new instance of ServerConfiguration.



767
768
769
# File 'lib/jiraSOAP/remoteEntities.rb', line 767

def initialize(frag = nil)
  return if frag.nil?
end

Instance Attribute Details

#time_tracking_hours_per_dayObject (readonly)

Returns the value of attribute time_tracking_hours_per_day.



756
757
758
# File 'lib/jiraSOAP/remoteEntities.rb', line 756

def time_tracking_hours_per_day
  @time_tracking_hours_per_day
end

#time_tracking_hours_per_weekObject (readonly)

Returns the value of attribute time_tracking_hours_per_week.



756
757
758
# File 'lib/jiraSOAP/remoteEntities.rb', line 756

def time_tracking_hours_per_week
  @time_tracking_hours_per_week
end

Instance Method Details

#attachments_allowed?Boolean

Returns:

  • (Boolean)


765
# File 'lib/jiraSOAP/remoteEntities.rb', line 765

def attachments_allowed?; @attachments_allowed; end

#eternal_user_management_allowed?Boolean

Returns:

  • (Boolean)


764
# File 'lib/jiraSOAP/remoteEntities.rb', line 764

def eternal_user_management_allowed?; @external_user_management; end

#issue_linking_allowed?Boolean

Returns:

  • (Boolean)


763
# File 'lib/jiraSOAP/remoteEntities.rb', line 763

def issue_linking_allowed?; @issue_linking_allowed; end

#subtasks_allowed?Boolean

Returns:

  • (Boolean)


762
# File 'lib/jiraSOAP/remoteEntities.rb', line 762

def subtasks_allowed?; @subtasks_allowed; end

#time_tracking_allowed?Boolean

Returns:

  • (Boolean)


761
# File 'lib/jiraSOAP/remoteEntities.rb', line 761

def time_tracking_allowed?; @time_tracking_allowed; end

#unassigned_issues_allowed?Boolean

Returns:

  • (Boolean)


760
# File 'lib/jiraSOAP/remoteEntities.rb', line 760

def unassigned_issues_allowed?; @unassigned_issues_allowed; end

#voting_allowed?Boolean

Returns:

  • (Boolean)


759
# File 'lib/jiraSOAP/remoteEntities.rb', line 759

def voting_allowed?; @voting_allowed; end

#watching_allowed?Boolean

Returns:

  • (Boolean)


758
# File 'lib/jiraSOAP/remoteEntities.rb', line 758

def watching_allowed?; @watching_allowed; end