Class: Jira4R::V2::RemotePermissionScheme
- Inherits:
-
RemoteScheme
- Object
- RemoteScheme
- Jira4R::V2::RemotePermissionScheme
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemotePermissionScheme
description - SOAP::SOAPString
id - SOAP::SOAPLong
name - SOAP::SOAPString
type - SOAP::SOAPString
- Jira4R::V2::ArrayOf_tns1_RemotePermissionMapping
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.
-
#permissionMappings ⇒ Object
Returns the value of attribute permissionMappings.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(description = nil, id = nil, name = nil, type = nil, permissionMappings = nil) ⇒ RemotePermissionScheme
constructor
A new instance of RemotePermissionScheme.
Constructor Details
#initialize(description = nil, id = nil, name = nil, type = nil, permissionMappings = nil) ⇒ RemotePermissionScheme
Returns a new instance of RemotePermissionScheme.
572 573 574 575 576 577 578 |
# File 'lib/jira4r/v2/jiraService.rb', line 572 def initialize(description = nil, id = nil, name = nil, type = nil, = nil) @description = description @id = id @name = name @type = type @permissionMappings = end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
566 567 568 |
# File 'lib/jira4r/v2/jiraService.rb', line 566 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
567 568 569 |
# File 'lib/jira4r/v2/jiraService.rb', line 567 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
568 569 570 |
# File 'lib/jira4r/v2/jiraService.rb', line 568 def name @name end |
#permissionMappings ⇒ Object
Returns the value of attribute permissionMappings.
570 571 572 |
# File 'lib/jira4r/v2/jiraService.rb', line 570 def @permissionMappings end |
#type ⇒ Object
Returns the value of attribute type.
569 570 571 |
# File 'lib/jira4r/v2/jiraService.rb', line 569 def type @type end |