Class: Jira4R::V2::RemoteProjectRoleActors
- Inherits:
-
RemoteRoleActors
- Object
- RemoteRoleActors
- Jira4R::V2::RemoteProjectRoleActors
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteProjectRoleActors
projectRole - Jira4R::V2::RemoteProjectRole
roleActors - Jira4R::V2::ArrayOf_tns1_RemoteRoleActor
users - Jira4R::V2::ArrayOf_tns1_RemoteUser
project - Jira4R::V2::RemoteProject
Instance Attribute Summary collapse
-
#project ⇒ Object
Returns the value of attribute project.
-
#projectRole ⇒ Object
Returns the value of attribute projectRole.
-
#roleActors ⇒ Object
Returns the value of attribute roleActors.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Method Summary collapse
-
#initialize(projectRole = nil, roleActors = nil, users = nil, project = nil) ⇒ RemoteProjectRoleActors
constructor
A new instance of RemoteProjectRoleActors.
Constructor Details
#initialize(projectRole = nil, roleActors = nil, users = nil, project = nil) ⇒ RemoteProjectRoleActors
Returns a new instance of RemoteProjectRoleActors.
672 673 674 675 676 677 |
# File 'lib/jira4r/v2/jiraService.rb', line 672 def initialize(projectRole = nil, roleActors = nil, users = nil, project = nil) @projectRole = projectRole @roleActors = roleActors @users = users @project = project end |
Instance Attribute Details
#project ⇒ Object
Returns the value of attribute project.
670 671 672 |
# File 'lib/jira4r/v2/jiraService.rb', line 670 def project @project end |
#projectRole ⇒ Object
Returns the value of attribute projectRole.
667 668 669 |
# File 'lib/jira4r/v2/jiraService.rb', line 667 def projectRole @projectRole end |
#roleActors ⇒ Object
Returns the value of attribute roleActors.
668 669 670 |
# File 'lib/jira4r/v2/jiraService.rb', line 668 def roleActors @roleActors end |
#users ⇒ Object
Returns the value of attribute users.
669 670 671 |
# File 'lib/jira4r/v2/jiraService.rb', line 669 def users @users end |