Class: JIRA::RemotePermissionScheme

Inherits:
RemoteScheme show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemotePermissionScheme description - SOAP::SOAPString id - SOAP::SOAPLong name - SOAP::SOAPString type - SOAP::SOAPString permissionMappings - JIRA::ArrayOf_tns1_RemotePermissionMapping

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(description = nil, id = nil, name = nil, type = nil, permissionMappings = nil) ⇒ RemotePermissionScheme

Returns a new instance of RemotePermissionScheme.



577
578
579
580
581
582
583
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 577

def initialize(description = nil, id = nil, name = nil, type = nil, permissionMappings = nil)
  @description = description
  @id = id
  @name = name
  @type = type
  @permissionMappings = permissionMappings
end

Instance Attribute Details

#description ⇒ Object

Returns the value of attribute description.



571
572
573
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 571

def description
  @description
end

#id ⇒ Object

Returns the value of attribute id.



572
573
574
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 572

def id
  @id
end

#name ⇒ Object

Returns the value of attribute name.



573
574
575
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 573

def name
  @name
end

#permissionMappings ⇒ Object

Returns the value of attribute permissionMappings.



575
576
577
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 575

def permissionMappings
  @permissionMappings
end

#type ⇒ Object

Returns the value of attribute type.



574
575
576
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 574

def type
  @type
end