Class: Postal::Lmapi::SegmentStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/postal/lmapi/lmapi.rb

Overview

http://tempuri.org/ns1.xsdSegmentStruct

segmentID - SOAP::SOAPInt
segmentName - SOAP::SOAPString
description - SOAP::SOAPString
segmentType - SegmentTypeEnum
listName - SOAP::SOAPString
numTestRecords - SOAP::SOAPInt
clauseAdd - SOAP::SOAPString
clauseWhere - SOAP::SOAPString
clauseAfterSelect - SOAP::SOAPString
clauseFrom - SOAP::SOAPString
clauseOrderBy - SOAP::SOAPString
clauseSelect - SOAP::SOAPString
addWhereList - SOAP::SOAPBoolean
addWhereMemberType - SOAP::SOAPBoolean
addWhereSubType - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(segmentID = nil, segmentName = nil, description = nil, segmentType = nil, listName = nil, numTestRecords = nil, clauseAdd = nil, clauseWhere = nil, clauseAfterSelect = nil, clauseFrom = nil, clauseOrderBy = nil, clauseSelect = nil, addWhereList = nil, addWhereMemberType = nil, addWhereSubType = nil) ⇒ SegmentStruct

Returns a new instance of SegmentStruct.



445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
# File 'lib/postal/lmapi/lmapi.rb', line 445

def initialize(segmentID = nil, segmentName = nil, description = nil, segmentType = nil, listName = nil, numTestRecords = nil, clauseAdd = nil, clauseWhere = nil, clauseAfterSelect = nil, clauseFrom = nil, clauseOrderBy = nil, clauseSelect = nil, addWhereList = nil, addWhereMemberType = nil, addWhereSubType = nil)
  @segmentID = segmentID
  @segmentName = segmentName
  @description = description
  @segmentType = segmentType
  @listName = listName
  @numTestRecords = numTestRecords
  @clauseAdd = clauseAdd
  @clauseWhere = clauseWhere
  @clauseAfterSelect = clauseAfterSelect
  @clauseFrom = clauseFrom
  @clauseOrderBy = clauseOrderBy
  @clauseSelect = clauseSelect
  @addWhereList = addWhereList
  @addWhereMemberType = addWhereMemberType
  @addWhereSubType = addWhereSubType
end

Instance Attribute Details

#addWhereListObject

Returns the value of attribute addWhereList.



441
442
443
# File 'lib/postal/lmapi/lmapi.rb', line 441

def addWhereList
  @addWhereList
end

#addWhereMemberTypeObject

Returns the value of attribute addWhereMemberType.



442
443
444
# File 'lib/postal/lmapi/lmapi.rb', line 442

def addWhereMemberType
  @addWhereMemberType
end

#addWhereSubTypeObject

Returns the value of attribute addWhereSubType.



443
444
445
# File 'lib/postal/lmapi/lmapi.rb', line 443

def addWhereSubType
  @addWhereSubType
end

#clauseAddObject

Returns the value of attribute clauseAdd.



435
436
437
# File 'lib/postal/lmapi/lmapi.rb', line 435

def clauseAdd
  @clauseAdd
end

#clauseAfterSelectObject

Returns the value of attribute clauseAfterSelect.



437
438
439
# File 'lib/postal/lmapi/lmapi.rb', line 437

def clauseAfterSelect
  @clauseAfterSelect
end

#clauseFromObject

Returns the value of attribute clauseFrom.



438
439
440
# File 'lib/postal/lmapi/lmapi.rb', line 438

def clauseFrom
  @clauseFrom
end

#clauseOrderByObject

Returns the value of attribute clauseOrderBy.



439
440
441
# File 'lib/postal/lmapi/lmapi.rb', line 439

def clauseOrderBy
  @clauseOrderBy
end

#clauseSelectObject

Returns the value of attribute clauseSelect.



440
441
442
# File 'lib/postal/lmapi/lmapi.rb', line 440

def clauseSelect
  @clauseSelect
end

#clauseWhereObject

Returns the value of attribute clauseWhere.



436
437
438
# File 'lib/postal/lmapi/lmapi.rb', line 436

def clauseWhere
  @clauseWhere
end

#descriptionObject

Returns the value of attribute description.



431
432
433
# File 'lib/postal/lmapi/lmapi.rb', line 431

def description
  @description
end

#listNameObject

Returns the value of attribute listName.



433
434
435
# File 'lib/postal/lmapi/lmapi.rb', line 433

def listName
  @listName
end

#numTestRecordsObject

Returns the value of attribute numTestRecords.



434
435
436
# File 'lib/postal/lmapi/lmapi.rb', line 434

def numTestRecords
  @numTestRecords
end

#segmentIDObject

Returns the value of attribute segmentID.



429
430
431
# File 'lib/postal/lmapi/lmapi.rb', line 429

def segmentID
  @segmentID
end

#segmentNameObject

Returns the value of attribute segmentName.



430
431
432
# File 'lib/postal/lmapi/lmapi.rb', line 430

def segmentName
  @segmentName
end

#segmentTypeObject

Returns the value of attribute segmentType.



432
433
434
# File 'lib/postal/lmapi/lmapi.rb', line 432

def segmentType
  @segmentType
end