Class: ListFolderObjects
- Inherits:
-
Object
- Object
- ListFolderObjects
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comlistFolderObjects
folderName - SOAP::SOAPString
type - FolderObjectType
Instance Attribute Summary collapse
-
#folderName ⇒ Object
Returns the value of attribute folderName.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(folderName = nil, type = nil) ⇒ ListFolderObjects
constructor
A new instance of ListFolderObjects.
Constructor Details
#initialize(folderName = nil, type = nil) ⇒ ListFolderObjects
Returns a new instance of ListFolderObjects.
1097 1098 1099 1100 |
# File 'lib/stub/default.rb', line 1097 def initialize(folderName = nil, type = nil) @folderName = folderName @type = type end |
Instance Attribute Details
#folderName ⇒ Object
Returns the value of attribute folderName.
1094 1095 1096 |
# File 'lib/stub/default.rb', line 1094 def folderName @folderName end |
#type ⇒ Object
Returns the value of attribute type.
1095 1096 1097 |
# File 'lib/stub/default.rb', line 1095 def type @type end |