Class: Jira4R::V2::RemoteFilter
- Inherits:
-
AbstractNamedRemoteEntity
- Object
- AbstractRemoteEntity
- AbstractNamedRemoteEntity
- Jira4R::V2::RemoteFilter
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteFilter
id - SOAP::SOAPString
name - SOAP::SOAPString
- SOAP::SOAPString
description - SOAP::SOAPString
project - SOAP::SOAPString
xml - SOAP::SOAPString
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project ⇒ Object
Returns the value of attribute project.
-
#xml ⇒ Object
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil, author = nil, description = nil, project = nil, xml = nil) ⇒ RemoteFilter
constructor
A new instance of RemoteFilter.
Constructor Details
#initialize(id = nil, name = nil, author = nil, description = nil, project = nil, xml = nil) ⇒ RemoteFilter
Returns a new instance of RemoteFilter.
353 354 355 356 357 358 359 360 |
# File 'lib/jira4r/v2/jiraService.rb', line 353 def initialize(id = nil, name = nil, = nil, description = nil, project = nil, xml = nil) @id = id @name = name @author = @description = description @project = project @xml = xml end |
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
348 349 350 |
# File 'lib/jira4r/v2/jiraService.rb', line 348 def @author end |
#description ⇒ Object
Returns the value of attribute description.
349 350 351 |
# File 'lib/jira4r/v2/jiraService.rb', line 349 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
346 347 348 |
# File 'lib/jira4r/v2/jiraService.rb', line 346 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
347 348 349 |
# File 'lib/jira4r/v2/jiraService.rb', line 347 def name @name end |
#project ⇒ Object
Returns the value of attribute project.
350 351 352 |
# File 'lib/jira4r/v2/jiraService.rb', line 350 def project @project end |
#xml ⇒ Object
Returns the value of attribute xml.
351 352 353 |
# File 'lib/jira4r/v2/jiraService.rb', line 351 def xml @xml end |