Class: ListFolderObjects

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comlistFolderObjects

folderName - SOAP::SOAPString
type - FolderObjectType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#folderNameObject

Returns the value of attribute folderName.



1094
1095
1096
# File 'lib/stub/default.rb', line 1094

def folderName
  @folderName
end

#typeObject

Returns the value of attribute type.



1095
1096
1097
# File 'lib/stub/default.rb', line 1095

def type
  @type
end