Class: Jira4R::V2::RemoteConfiguration
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteConfiguration
- 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
-
#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.
562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/jira4r/v2/jira_service.rb', line 562 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.
551 552 553 |
# File 'lib/jira4r/v2/jira_service.rb', line 551 def allowAttachments @allowAttachments end |
#allowExternalUserManagment ⇒ Object
Returns the value of attribute allowExternalUserManagment.
552 553 554 |
# File 'lib/jira4r/v2/jira_service.rb', line 552 def allowExternalUserManagment @allowExternalUserManagment end |
#allowIssueLinking ⇒ Object
Returns the value of attribute allowIssueLinking.
553 554 555 |
# File 'lib/jira4r/v2/jira_service.rb', line 553 def allowIssueLinking @allowIssueLinking end |
#allowSubTasks ⇒ Object
Returns the value of attribute allowSubTasks.
554 555 556 |
# File 'lib/jira4r/v2/jira_service.rb', line 554 def allowSubTasks @allowSubTasks end |
#allowTimeTracking ⇒ Object
Returns the value of attribute allowTimeTracking.
555 556 557 |
# File 'lib/jira4r/v2/jira_service.rb', line 555 def allowTimeTracking @allowTimeTracking end |
#allowUnassignedIssues ⇒ Object
Returns the value of attribute allowUnassignedIssues.
556 557 558 |
# File 'lib/jira4r/v2/jira_service.rb', line 556 def allowUnassignedIssues @allowUnassignedIssues end |
#allowVoting ⇒ Object
Returns the value of attribute allowVoting.
557 558 559 |
# File 'lib/jira4r/v2/jira_service.rb', line 557 def allowVoting @allowVoting end |
#allowWatching ⇒ Object
Returns the value of attribute allowWatching.
558 559 560 |
# File 'lib/jira4r/v2/jira_service.rb', line 558 def allowWatching @allowWatching end |
#timeTrackingDaysPerWeek ⇒ Object
Returns the value of attribute timeTrackingDaysPerWeek.
559 560 561 |
# File 'lib/jira4r/v2/jira_service.rb', line 559 def timeTrackingDaysPerWeek @timeTrackingDaysPerWeek end |
#timeTrackingHoursPerDay ⇒ Object
Returns the value of attribute timeTrackingHoursPerDay.
560 561 562 |
# File 'lib/jira4r/v2/jira_service.rb', line 560 def timeTrackingHoursPerDay @timeTrackingHoursPerDay end |