Class: JIRA::RemoteProjectRole
- Inherits:
-
Object
- Object
- JIRA::RemoteProjectRole
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteProjectRole
description - SOAP::SOAPString
id - SOAP::SOAPLong
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(description = nil, id = nil, name = nil) ⇒ RemoteProjectRole
constructor
A new instance of RemoteProjectRole.
Constructor Details
#initialize(description = nil, id = nil, name = nil) ⇒ RemoteProjectRole
Returns a new instance of RemoteProjectRole.
621 622 623 624 625 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 621 def initialize(description = nil, id = nil, name = nil) @description = description @id = id @name = name end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
617 618 619 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 617 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
618 619 620 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 618 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
619 620 621 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 619 def name @name end |