Class Jira4R::V2::RemoteScheme
In: lib/jira4r/v2/jiraService.rb
Parent: Object

{beans.soap.rpc.jira.atlassian.com}RemoteScheme

  description - SOAP::SOAPString
  id - SOAP::SOAPLong
  name - SOAP::SOAPString
  type - SOAP::SOAPString

Methods

new  

Attributes

description  [RW] 
id  [RW] 
name  [RW] 
type  [RW] 

Public Class methods

[Source]

     # File lib/jira4r/v2/jiraService.rb, line 469
469:   def initialize(description = nil, id = nil, name = nil, type = nil)
470:     @description = description
471:     @id = id
472:     @name = name
473:     @type = type
474:   end

[Validate]