Class: Jira4R::V2::RemoteConfiguration
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteConfiguration
- Defined in:
- lib/jira4r/v2/jiraService.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
-
#allowAttachments ⇒ Object
Returns the value of attribute allowAttachments.
-
#allowExternalUserManagment ⇒ Object
Returns the value of attribute allowExternalUserManagment.
-
#allowIssueLinking ⇒ Object
Returns the value of attribute allowIssueLinking.
-
#allowSubTasks ⇒ Object
Returns the value of attribute allowSubTasks.
-
#allowTimeTracking ⇒ Object
Returns the value of attribute allowTimeTracking.
-
#allowUnassignedIssues ⇒ Object
Returns the value of attribute allowUnassignedIssues.
-
#allowVoting ⇒ Object
Returns the value of attribute allowVoting.
-
#allowWatching ⇒ Object
Returns the value of attribute allowWatching.
-
#timeTrackingDaysPerWeek ⇒ Object
Returns the value of attribute timeTrackingDaysPerWeek.
-
#timeTrackingHoursPerDay ⇒ Object
Returns the value of attribute timeTrackingHoursPerDay.
Instance Method Summary collapse
-
#initialize(allowAttachments = nil, allowExternalUserManagment = nil, allowIssueLinking = nil, allowSubTasks = nil, allowTimeTracking = nil, allowUnassignedIssues = nil, allowVoting = nil, allowWatching = nil, timeTrackingDaysPerWeek = nil, timeTrackingHoursPerDay = nil) ⇒ RemoteConfiguration
constructor
A new instance of RemoteConfiguration.
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/jiraService.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
#allowAttachments ⇒ Object
Returns the value of attribute allowAttachments.
515 516 517 |
# File 'lib/jira4r/v2/jiraService.rb', line 515 def allowAttachments @allowAttachments end |
#allowExternalUserManagment ⇒ Object
Returns the value of attribute allowExternalUserManagment.
516 517 518 |
# File 'lib/jira4r/v2/jiraService.rb', line 516 def allowExternalUserManagment @allowExternalUserManagment end |
#allowIssueLinking ⇒ Object
Returns the value of attribute allowIssueLinking.
517 518 519 |
# File 'lib/jira4r/v2/jiraService.rb', line 517 def allowIssueLinking @allowIssueLinking end |
#allowSubTasks ⇒ Object
Returns the value of attribute allowSubTasks.
518 519 520 |
# File 'lib/jira4r/v2/jiraService.rb', line 518 def allowSubTasks @allowSubTasks end |
#allowTimeTracking ⇒ Object
Returns the value of attribute allowTimeTracking.
519 520 521 |
# File 'lib/jira4r/v2/jiraService.rb', line 519 def allowTimeTracking @allowTimeTracking end |
#allowUnassignedIssues ⇒ Object
Returns the value of attribute allowUnassignedIssues.
520 521 522 |
# File 'lib/jira4r/v2/jiraService.rb', line 520 def allowUnassignedIssues @allowUnassignedIssues end |
#allowVoting ⇒ Object
Returns the value of attribute allowVoting.
521 522 523 |
# File 'lib/jira4r/v2/jiraService.rb', line 521 def allowVoting @allowVoting end |
#allowWatching ⇒ Object
Returns the value of attribute allowWatching.
522 523 524 |
# File 'lib/jira4r/v2/jiraService.rb', line 522 def allowWatching @allowWatching end |
#timeTrackingDaysPerWeek ⇒ Object
Returns the value of attribute timeTrackingDaysPerWeek.
523 524 525 |
# File 'lib/jira4r/v2/jiraService.rb', line 523 def timeTrackingDaysPerWeek @timeTrackingDaysPerWeek end |
#timeTrackingHoursPerDay ⇒ Object
Returns the value of attribute timeTrackingHoursPerDay.
524 525 526 |
# File 'lib/jira4r/v2/jiraService.rb', line 524 def timeTrackingHoursPerDay @timeTrackingHoursPerDay end |