Class: JIRA::RemoteProject
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- JIRA::RemoteProject
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteProject
id - SOAP::SOAPString
name - SOAP::SOAPString
description - SOAP::SOAPString
issueSecurityScheme - JIRA::RemoteScheme
key - SOAP::SOAPString
lead - SOAP::SOAPString
notificationScheme - JIRA::RemoteScheme
- JIRA::RemotePermissionScheme
projectUrl - SOAP::SOAPString
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#issueSecurityScheme ⇒ Object
Returns the value of attribute issueSecurityScheme.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lead ⇒ Object
Returns the value of attribute lead.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notificationScheme ⇒ Object
Returns the value of attribute notificationScheme.
-
#permissionScheme ⇒ Object
Returns the value of attribute permissionScheme.
-
#projectUrl ⇒ Object
Returns the value of attribute projectUrl.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil, description = nil, issueSecurityScheme = nil, key = nil, lead = nil, notificationScheme = nil, permissionScheme = nil, projectUrl = nil, url = nil) ⇒ RemoteProject
constructor
A new instance of RemoteProject.
Constructor Details
permalink #initialize(id = nil, name = nil, description = nil, issueSecurityScheme = nil, key = nil, lead = nil, notificationScheme = nil, permissionScheme = nil, projectUrl = nil, url = nil) ⇒ RemoteProject
Returns a new instance of RemoteProject.
311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 311 def initialize(id = nil, name = nil, description = nil, issueSecurityScheme = nil, key = nil, lead = nil, notificationScheme = nil, = nil, projectUrl = nil, url = nil) @id = id @name = name @description = description @issueSecurityScheme = issueSecurityScheme @key = key @lead = lead @notificationScheme = notificationScheme @permissionScheme = @projectUrl = projectUrl @url = url end |
Instance Attribute Details
permalink #description ⇒ Object
Returns the value of attribute description.
302 303 304 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 302 def description @description end |
permalink #id ⇒ Object
Returns the value of attribute id.
300 301 302 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 300 def id @id end |
permalink #issueSecurityScheme ⇒ Object
Returns the value of attribute issueSecurityScheme.
303 304 305 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 303 def issueSecurityScheme @issueSecurityScheme end |
permalink #key ⇒ Object
Returns the value of attribute key.
304 305 306 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 304 def key @key end |
permalink #lead ⇒ Object
Returns the value of attribute lead.
305 306 307 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 305 def lead @lead end |
permalink #name ⇒ Object
Returns the value of attribute name.
301 302 303 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 301 def name @name end |
permalink #notificationScheme ⇒ Object
Returns the value of attribute notificationScheme.
306 307 308 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 306 def notificationScheme @notificationScheme end |
permalink #permissionScheme ⇒ Object
Returns the value of attribute permissionScheme.
307 308 309 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 307 def @permissionScheme end |
permalink #projectUrl ⇒ Object
Returns the value of attribute projectUrl.
308 309 310 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 308 def projectUrl @projectUrl end |
permalink #url ⇒ Object
Returns the value of attribute url.
309 310 311 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 309 def url @url end |