Class: Jira4R::V2::RemoteProject
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- Jira4R::V2::RemoteProject
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteProject
id - SOAP::SOAPString
name - SOAP::SOAPString
description - SOAP::SOAPString
issueSecurityScheme - Jira4R::V2::RemoteScheme
key - SOAP::SOAPString
lead - SOAP::SOAPString
notificationScheme - Jira4R::V2::RemoteScheme
- Jira4R::V2::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
#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/jira4r/v2/jiraService.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
#description ⇒ Object
Returns the value of attribute description.
302 303 304 |
# File 'lib/jira4r/v2/jiraService.rb', line 302 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
300 301 302 |
# File 'lib/jira4r/v2/jiraService.rb', line 300 def id @id end |
#issueSecurityScheme ⇒ Object
Returns the value of attribute issueSecurityScheme.
303 304 305 |
# File 'lib/jira4r/v2/jiraService.rb', line 303 def issueSecurityScheme @issueSecurityScheme end |
#key ⇒ Object
Returns the value of attribute key.
304 305 306 |
# File 'lib/jira4r/v2/jiraService.rb', line 304 def key @key end |
#lead ⇒ Object
Returns the value of attribute lead.
305 306 307 |
# File 'lib/jira4r/v2/jiraService.rb', line 305 def lead @lead end |
#name ⇒ Object
Returns the value of attribute name.
301 302 303 |
# File 'lib/jira4r/v2/jiraService.rb', line 301 def name @name end |
#notificationScheme ⇒ Object
Returns the value of attribute notificationScheme.
306 307 308 |
# File 'lib/jira4r/v2/jiraService.rb', line 306 def notificationScheme @notificationScheme end |
#permissionScheme ⇒ Object
Returns the value of attribute permissionScheme.
307 308 309 |
# File 'lib/jira4r/v2/jiraService.rb', line 307 def @permissionScheme end |
#projectUrl ⇒ Object
Returns the value of attribute projectUrl.
308 309 310 |
# File 'lib/jira4r/v2/jiraService.rb', line 308 def projectUrl @projectUrl end |
#url ⇒ Object
Returns the value of attribute url.
309 310 311 |
# File 'lib/jira4r/v2/jiraService.rb', line 309 def url @url end |