Class: FolderObjectResult

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comFolderObjectResult

id - SOAP::SOAPLong
name - InteractObject
type - FolderObjectType
subType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, type = nil, subType = nil) ⇒ FolderObjectResult

Returns a new instance of FolderObjectResult.



63
64
65
66
67
68
# File 'lib/stub/default.rb', line 63

def initialize(id = nil, name = nil, type = nil, subType = nil)
  @id = id
  @name = name
  @type = type
  @subType = subType
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



58
59
60
# File 'lib/stub/default.rb', line 58

def id
  @id
end

#nameObject

Returns the value of attribute name.



59
60
61
# File 'lib/stub/default.rb', line 59

def name
  @name
end

#subTypeObject

Returns the value of attribute subType.



61
62
63
# File 'lib/stub/default.rb', line 61

def subType
  @subType
end

#typeObject

Returns the value of attribute type.



60
61
62
# File 'lib/stub/default.rb', line 60

def type
  @type
end