Class: JIRA::RemotePermission
- Inherits:
-
Object
- Object
- JIRA::RemotePermission
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemotePermission
name - SOAP::SOAPString
- SOAP::SOAPLong
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#permission ⇒ Object
Returns the value of attribute permission.
Instance Method Summary collapse
-
#initialize(name = nil, permission = nil) ⇒ RemotePermission
constructor
A new instance of RemotePermission.
Constructor Details
#initialize(name = nil, permission = nil) ⇒ RemotePermission
Returns a new instance of RemotePermission.
593 594 595 596 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 593 def initialize(name = nil, = nil) @name = name @permission = end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
590 591 592 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 590 def name @name end |
#permission ⇒ Object
Returns the value of attribute permission.
591 592 593 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 591 def @permission end |