Class: JIRA::RemoteRoleActor
- Inherits:
-
Object
- Object
- JIRA::RemoteRoleActor
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteRoleActor
descriptor - SOAP::SOAPString
parameter - SOAP::SOAPString
projectRole - JIRA::RemoteProjectRole
type - SOAP::SOAPString
users - JIRA::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.
641 642 643 644 645 646 647 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 641 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.
635 636 637 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 635 def descriptor @descriptor end |
#parameter ⇒ Object
Returns the value of attribute parameter.
636 637 638 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 636 def parameter @parameter end |
#projectRole ⇒ Object
Returns the value of attribute projectRole.
637 638 639 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 637 def projectRole @projectRole end |
#type ⇒ Object
Returns the value of attribute type.
638 639 640 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 638 def type @type end |
#users ⇒ Object
Returns the value of attribute users.
639 640 641 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 639 def users @users end |