Class: FolderObjectResult
- Inherits:
-
Object
- Object
- FolderObjectResult
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#subType ⇒ Object
Returns the value of attribute subType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil, type = nil, subType = nil) ⇒ FolderObjectResult
constructor
A new instance of FolderObjectResult.
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
#id ⇒ Object
Returns the value of attribute id.
58 59 60 |
# File 'lib/stub/default.rb', line 58 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
59 60 61 |
# File 'lib/stub/default.rb', line 59 def name @name end |
#subType ⇒ Object
Returns the value of attribute subType.
61 62 63 |
# File 'lib/stub/default.rb', line 61 def subType @subType end |
#type ⇒ Object
Returns the value of attribute type.
60 61 62 |
# File 'lib/stub/default.rb', line 60 def type @type end |