Class: RecordData
- Inherits:
-
Object
- Object
- RecordData
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comRecordData
fieldNames - SOAP::SOAPString
records - Record
Instance Attribute Summary collapse
-
#fieldNames ⇒ Object
Returns the value of attribute fieldNames.
-
#records ⇒ Object
Returns the value of attribute records.
Instance Method Summary collapse
-
#initialize(fieldNames = [], records = []) ⇒ RecordData
constructor
A new instance of RecordData.
Constructor Details
#initialize(fieldNames = [], records = []) ⇒ RecordData
Returns a new instance of RecordData.
493 494 495 496 |
# File 'lib/stub/default.rb', line 493 def initialize(fieldNames = [], records = []) @fieldNames = fieldNames @records = records end |
Instance Attribute Details
#fieldNames ⇒ Object
Returns the value of attribute fieldNames.
490 491 492 |
# File 'lib/stub/default.rb', line 490 def fieldNames @fieldNames end |
#records ⇒ Object
Returns the value of attribute records.
491 492 493 |
# File 'lib/stub/default.rb', line 491 def records @records end |