Class: JIRA::RemoteProjectRoleActors

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

Overview

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

projectRole - JIRA::RemoteProjectRole
roleActors - JIRA::ArrayOf_tns1_RemoteRoleActor
users - JIRA::ArrayOf_tns1_RemoteUser
project - JIRA::RemoteProject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectRole = nil, roleActors = nil, users = nil, project = nil) ⇒ RemoteProjectRoleActors

Returns a new instance of RemoteProjectRoleActors.

[View source]

677
678
679
680
681
682
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 677

def initialize(projectRole = nil, roleActors = nil, users = nil, project = nil)
  @projectRole = projectRole
  @roleActors = roleActors
  @users = users
  @project = project
end

Instance Attribute Details

#projectObject

Returns the value of attribute project.


675
676
677
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 675

def project
  @project
end

#projectRoleObject

Returns the value of attribute projectRole.


672
673
674
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 672

def projectRole
  @projectRole
end

#roleActorsObject

Returns the value of attribute roleActors.


673
674
675
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 673

def roleActors
  @roleActors
end

#usersObject

Returns the value of attribute users.


674
675
676
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 674

def users
  @users
end