Class: Jira4R::V2::RemoteRoleActor
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteRoleActor
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteRoleActor
descriptor - SOAP::SOAPString
parameter - SOAP::SOAPString
projectRole - Jira4R::V2::RemoteProjectRole
type - SOAP::SOAPString
users - Jira4R::V2::ArrayOf_tns1_RemoteUser
Instance Attribute Summary collapse
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#projectRole ⇒ Object
Returns the value of attribute projectRole.
-
#type ⇒ Object
Returns the value of attribute type.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Method Summary collapse
-
#initialize(descriptor = nil, parameter = nil, projectRole = nil, type = nil, users = nil) ⇒ RemoteRoleActor
constructor
A new instance of RemoteRoleActor.
Constructor Details
#initialize(descriptor = nil, parameter = nil, projectRole = nil, type = nil, users = nil) ⇒ RemoteRoleActor
Returns a new instance of RemoteRoleActor.
604 605 606 607 608 609 610 |
# File 'lib/jira4r/v2/jiraService.rb', line 604 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
#descriptor ⇒ Object
Returns the value of attribute descriptor.
598 599 600 |
# File 'lib/jira4r/v2/jiraService.rb', line 598 def descriptor @descriptor end |
#parameter ⇒ Object
Returns the value of attribute parameter.
599 600 601 |
# File 'lib/jira4r/v2/jiraService.rb', line 599 def parameter @parameter end |
#projectRole ⇒ Object
Returns the value of attribute projectRole.
600 601 602 |
# File 'lib/jira4r/v2/jiraService.rb', line 600 def projectRole @projectRole end |
#type ⇒ Object
Returns the value of attribute type.
601 602 603 |
# File 'lib/jira4r/v2/jiraService.rb', line 601 def type @type end |
#users ⇒ Object
Returns the value of attribute users.
602 603 604 |
# File 'lib/jira4r/v2/jiraService.rb', line 602 def users @users end |