Class: JIRA::RemoteComponent
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- JIRA::RemoteComponent
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteComponent
id - SOAP::SOAPString
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil) ⇒ RemoteComponent
constructor
A new instance of RemoteComponent.
Constructor Details
#initialize(id = nil, name = nil) ⇒ RemoteComponent
Returns a new instance of RemoteComponent.
167 168 169 170 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 167 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
164 165 166 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 164 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
165 166 167 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 165 def name @name end |