Class: Jira4R::V2::RemoteProjectRoleActors
- Inherits:
-
RemoteRoleActors
- Object
- RemoteRoleActors
- Jira4R::V2::RemoteProjectRoleActors
- Defined in:
- lib/jira4r/v2/jira_service.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.
641 642 643 644 645 646 |
# File 'lib/jira4r/v2/jira_service.rb', line 641 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.
639 640 641 |
# File 'lib/jira4r/v2/jira_service.rb', line 639 def project @project end |
#projectRole ⇒ Object
Returns the value of attribute projectRole.
636 637 638 |
# File 'lib/jira4r/v2/jira_service.rb', line 636 def projectRole @projectRole end |
#roleActors ⇒ Object
Returns the value of attribute roleActors.
637 638 639 |
# File 'lib/jira4r/v2/jira_service.rb', line 637 def roleActors @roleActors end |
#users ⇒ Object
Returns the value of attribute users.
638 639 640 |
# File 'lib/jira4r/v2/jira_service.rb', line 638 def users @users end |