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.
636 637 638 639 640 641 642 |
# File 'lib/jira4r/v2/jiraService.rb', line 636 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.
630 631 632 |
# File 'lib/jira4r/v2/jiraService.rb', line 630 def descriptor @descriptor end |
#parameter ⇒ Object
Returns the value of attribute parameter.
631 632 633 |
# File 'lib/jira4r/v2/jiraService.rb', line 631 def parameter @parameter end |
#projectRole ⇒ Object
Returns the value of attribute projectRole.
632 633 634 |
# File 'lib/jira4r/v2/jiraService.rb', line 632 def projectRole @projectRole end |
#type ⇒ Object
Returns the value of attribute type.
633 634 635 |
# File 'lib/jira4r/v2/jiraService.rb', line 633 def type @type end |
#users ⇒ Object
Returns the value of attribute users.
634 635 636 |
# File 'lib/jira4r/v2/jiraService.rb', line 634 def users @users end |