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.
193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/jira4r/v2/jiraService.rb', line 193 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.
184 185 186 |
# File 'lib/jira4r/v2/jiraService.rb', line 184 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
182 183 184 |
# File 'lib/jira4r/v2/jiraService.rb', line 182 def id @id end |
#issueSecurityScheme ⇒ Object
Returns the value of attribute issueSecurityScheme.
185 186 187 |
# File 'lib/jira4r/v2/jiraService.rb', line 185 def issueSecurityScheme @issueSecurityScheme end |
#key ⇒ Object
Returns the value of attribute key.
186 187 188 |
# File 'lib/jira4r/v2/jiraService.rb', line 186 def key @key end |
#lead ⇒ Object
Returns the value of attribute lead.
187 188 189 |
# File 'lib/jira4r/v2/jiraService.rb', line 187 def lead @lead end |
#name ⇒ Object
Returns the value of attribute name.
183 184 185 |
# File 'lib/jira4r/v2/jiraService.rb', line 183 def name @name end |
#notificationScheme ⇒ Object
Returns the value of attribute notificationScheme.
188 189 190 |
# File 'lib/jira4r/v2/jiraService.rb', line 188 def notificationScheme @notificationScheme end |
#permissionScheme ⇒ Object
Returns the value of attribute permissionScheme.
189 190 191 |
# File 'lib/jira4r/v2/jiraService.rb', line 189 def @permissionScheme end |
#projectUrl ⇒ Object
Returns the value of attribute projectUrl.
190 191 192 |
# File 'lib/jira4r/v2/jiraService.rb', line 190 def projectUrl @projectUrl end |
#url ⇒ Object
Returns the value of attribute url.
191 192 193 |
# File 'lib/jira4r/v2/jiraService.rb', line 191 def url @url end |