Class: Jira4R::V2::RemoteField
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- Jira4R::V2::RemoteField
- Defined in:
- lib/jira4r/v2/jira_service.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteField
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) ⇒ RemoteField
constructor
A new instance of RemoteField.
Constructor Details
#initialize(id = nil, name = nil) ⇒ RemoteField
Returns a new instance of RemoteField.
317 318 319 320 |
# File 'lib/jira4r/v2/jira_service.rb', line 317 def initialize(id = nil, name = nil) @id = id @name = name end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
314 315 316 |
# File 'lib/jira4r/v2/jira_service.rb', line 314 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
315 316 317 |
# File 'lib/jira4r/v2/jira_service.rb', line 315 def name @name end |