Class: JIRA::RemoteRoleActor

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

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteRoleActor

descriptor - SOAP::SOAPString
parameter - SOAP::SOAPString
projectRole - JIRA::RemoteProjectRole
type - SOAP::SOAPString
users - JIRA::ArrayOf_tns1_RemoteUser

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(descriptor = nil, parameter = nil, projectRole = nil, type = nil, users = nil) ⇒ RemoteRoleActor

Returns a new instance of RemoteRoleActor.



641
642
643
644
645
646
647
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 641

def initialize(descriptor = nil, parameter = nil, projectRole = nil, type = nil, users = nil)
  @descriptor = descriptor
  @parameter = parameter
  @projectRole = projectRole
  @type = type
  @users = users
end

Instance Attribute Details

#descriptorObject

Returns the value of attribute descriptor.



635
636
637
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 635

def descriptor
  @descriptor
end

#parameterObject

Returns the value of attribute parameter.



636
637
638
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 636

def parameter
  @parameter
end

#projectRoleObject

Returns the value of attribute projectRole.



637
638
639
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 637

def projectRole
  @projectRole
end

#typeObject

Returns the value of attribute type.



638
639
640
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 638

def type
  @type
end

#usersObject

Returns the value of attribute users.



639
640
641
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 639

def users
  @users
end