Class: CreateList
- Inherits:
-
Object
- Object
- CreateList
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcreateList
list - InteractObject
description - SOAP::SOAPString
fields - Field
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#list ⇒ Object
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(list = nil, description = nil, fields = []) ⇒ CreateList
constructor
A new instance of CreateList.
Constructor Details
#initialize(list = nil, description = nil, fields = []) ⇒ CreateList
Returns a new instance of CreateList.
1428 1429 1430 1431 1432 |
# File 'lib/stub/default.rb', line 1428 def initialize(list = nil, description = nil, fields = []) @list = list @description = description @fields = fields end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1425 1426 1427 |
# File 'lib/stub/default.rb', line 1425 def description @description end |
#fields ⇒ Object
Returns the value of attribute fields.
1426 1427 1428 |
# File 'lib/stub/default.rb', line 1426 def fields @fields end |
#list ⇒ Object
Returns the value of attribute list.
1424 1425 1426 |
# File 'lib/stub/default.rb', line 1424 def list @list end |