Class: JIRA::RemoteScheme
- Inherits:
-
Object
- Object
- JIRA::RemoteScheme
- Defined in:
- lib/JIRA-SOAP-STUBS/default.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteScheme
description - SOAP::SOAPString
id - SOAP::SOAPLong
name - SOAP::SOAPString
type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(description = nil, id = nil, name = nil, type = nil) ⇒ RemoteScheme
constructor
A new instance of RemoteScheme.
Constructor Details
#initialize(description = nil, id = nil, name = nil, type = nil) ⇒ RemoteScheme
Returns a new instance of RemoteScheme.
556 557 558 559 560 561 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 556 def initialize(description = nil, id = nil, name = nil, type = nil) @description = description @id = id @name = name @type = type end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
551 552 553 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 551 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
552 553 554 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 552 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
553 554 555 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 553 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
554 555 556 |
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 554 def type @type end |