Class: Jira4R::V2::RemoteConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jira_service.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.



526
527
528
529
530
531
532
533
534
535
536
537
# File 'lib/jira4r/v2/jira_service.rb', line 526

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.



515
516
517
# File 'lib/jira4r/v2/jira_service.rb', line 515

def allowAttachments
  @allowAttachments
end

#allowExternalUserManagmentObject

Returns the value of attribute allowExternalUserManagment.



516
517
518
# File 'lib/jira4r/v2/jira_service.rb', line 516

def allowExternalUserManagment
  @allowExternalUserManagment
end

#allowIssueLinkingObject

Returns the value of attribute allowIssueLinking.



517
518
519
# File 'lib/jira4r/v2/jira_service.rb', line 517

def allowIssueLinking
  @allowIssueLinking
end

#allowSubTasksObject

Returns the value of attribute allowSubTasks.



518
519
520
# File 'lib/jira4r/v2/jira_service.rb', line 518

def allowSubTasks
  @allowSubTasks
end

#allowTimeTrackingObject

Returns the value of attribute allowTimeTracking.



519
520
521
# File 'lib/jira4r/v2/jira_service.rb', line 519

def allowTimeTracking
  @allowTimeTracking
end

#allowUnassignedIssuesObject

Returns the value of attribute allowUnassignedIssues.



520
521
522
# File 'lib/jira4r/v2/jira_service.rb', line 520

def allowUnassignedIssues
  @allowUnassignedIssues
end

#allowVotingObject

Returns the value of attribute allowVoting.



521
522
523
# File 'lib/jira4r/v2/jira_service.rb', line 521

def allowVoting
  @allowVoting
end

#allowWatchingObject

Returns the value of attribute allowWatching.



522
523
524
# File 'lib/jira4r/v2/jira_service.rb', line 522

def allowWatching
  @allowWatching
end

#timeTrackingDaysPerWeekObject

Returns the value of attribute timeTrackingDaysPerWeek.



523
524
525
# File 'lib/jira4r/v2/jira_service.rb', line 523

def timeTrackingDaysPerWeek
  @timeTrackingDaysPerWeek
end

#timeTrackingHoursPerDayObject

Returns the value of attribute timeTrackingHoursPerDay.



524
525
526
# File 'lib/jira4r/v2/jira_service.rb', line 524

def timeTrackingHoursPerDay
  @timeTrackingHoursPerDay
end