Class: Jira4R::V2::RemotePermissionScheme
- Inherits:
-
RemoteScheme
- Object
- RemoteScheme
- Jira4R::V2::RemotePermissionScheme
- Defined in:
- lib/jira4r/v2/jira_service.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.
491 492 493 494 495 496 497 |
# File 'lib/jira4r/v2/jira_service.rb', line 491 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.
485 486 487 |
# File 'lib/jira4r/v2/jira_service.rb', line 485 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
486 487 488 |
# File 'lib/jira4r/v2/jira_service.rb', line 486 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
487 488 489 |
# File 'lib/jira4r/v2/jira_service.rb', line 487 def name @name end |
#permissionMappings ⇒ Object
Returns the value of attribute permissionMappings.
489 490 491 |
# File 'lib/jira4r/v2/jira_service.rb', line 489 def @permissionMappings end |
#type ⇒ Object
Returns the value of attribute type.
488 489 490 |
# File 'lib/jira4r/v2/jira_service.rb', line 488 def type @type end |