Class: FolderObjectResult

Inherits:
Object
  • Object
show all
Defined in:
lib/metal/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.



64
65
66
67
68
69
# File 'lib/metal/default.rb', line 64

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.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#subTypeObject

Returns the value of attribute subType.



62
63
64
# File 'lib/metal/default.rb', line 62

def subType
  @subType
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end