Class: Jira4R::V2::RemoteComponent
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- Jira4R::V2::RemoteComponent
- Defined in:
- lib/jira4r/v2/jira_service.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.
152 153 154 155 |
# File 'lib/jira4r/v2/jira_service.rb', line 152 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
149 150 151 |
# File 'lib/jira4r/v2/jira_service.rb', line 149 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
150 151 152 |
# File 'lib/jira4r/v2/jira_service.rb', line 150 def name @name end |