Class: JIRA::RemoteConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteConfiguration

allowAttachments - SOAP::SOAPBoolean
allowExternalUserManagment - SOAP::SOAPBoolean
allowIssueLinking - SOAP::SOAPBoolean
allowSubTasks - SOAP::SOAPBoolean
allowTimeTracking - SOAP::SOAPBoolean
allowUnassignedIssues - SOAP::SOAPBoolean
allowVoting - SOAP::SOAPBoolean
allowWatching - SOAP::SOAPBoolean
timeTrackingDaysPerWeek - SOAP::SOAPInt
timeTrackingHoursPerDay - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(allowAttachments = nil, allowExternalUserManagment = nil, allowIssueLinking = nil, allowSubTasks = nil, allowTimeTracking = nil, allowUnassignedIssues = nil, allowVoting = nil, allowWatching = nil, timeTrackingDaysPerWeek = nil, timeTrackingHoursPerDay = nil) ⇒ RemoteConfiguration

Returns a new instance of RemoteConfiguration.



531
532
533
534
535
536
537
538
539
540
541
542
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 531

def initialize(allowAttachments = nil, allowExternalUserManagment = nil, allowIssueLinking = nil, allowSubTasks = nil, allowTimeTracking = nil, allowUnassignedIssues = nil, allowVoting = nil, allowWatching = nil, timeTrackingDaysPerWeek = nil, timeTrackingHoursPerDay = nil)
  @allowAttachments = allowAttachments
  @allowExternalUserManagment = allowExternalUserManagment
  @allowIssueLinking = allowIssueLinking
  @allowSubTasks = allowSubTasks
  @allowTimeTracking = allowTimeTracking
  @allowUnassignedIssues = allowUnassignedIssues
  @allowVoting = allowVoting
  @allowWatching = allowWatching
  @timeTrackingDaysPerWeek = timeTrackingDaysPerWeek
  @timeTrackingHoursPerDay = timeTrackingHoursPerDay
end

Instance Attribute Details

#allowAttachmentsObject

Returns the value of attribute allowAttachments.



520
521
522
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 520

def allowAttachments
  @allowAttachments
end

#allowExternalUserManagmentObject

Returns the value of attribute allowExternalUserManagment.



521
522
523
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 521

def allowExternalUserManagment
  @allowExternalUserManagment
end

#allowIssueLinkingObject

Returns the value of attribute allowIssueLinking.



522
523
524
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 522

def allowIssueLinking
  @allowIssueLinking
end

#allowSubTasksObject

Returns the value of attribute allowSubTasks.



523
524
525
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 523

def allowSubTasks
  @allowSubTasks
end

#allowTimeTrackingObject

Returns the value of attribute allowTimeTracking.



524
525
526
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 524

def allowTimeTracking
  @allowTimeTracking
end

#allowUnassignedIssuesObject

Returns the value of attribute allowUnassignedIssues.



525
526
527
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 525

def allowUnassignedIssues
  @allowUnassignedIssues
end

#allowVotingObject

Returns the value of attribute allowVoting.



526
527
528
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 526

def allowVoting
  @allowVoting
end

#allowWatchingObject

Returns the value of attribute allowWatching.



527
528
529
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 527

def allowWatching
  @allowWatching
end

#timeTrackingDaysPerWeekObject

Returns the value of attribute timeTrackingDaysPerWeek.



528
529
530
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 528

def timeTrackingDaysPerWeek
  @timeTrackingDaysPerWeek
end

#timeTrackingHoursPerDayObject

Returns the value of attribute timeTrackingHoursPerDay.



529
530
531
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 529

def timeTrackingHoursPerDay
  @timeTrackingHoursPerDay
end