Class: Postal::Lmapi::SegmentStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::SegmentStruct
- 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
-
#addWhereList ⇒ Object
Returns the value of attribute addWhereList.
-
#addWhereMemberType ⇒ Object
Returns the value of attribute addWhereMemberType.
-
#addWhereSubType ⇒ Object
Returns the value of attribute addWhereSubType.
-
#clauseAdd ⇒ Object
Returns the value of attribute clauseAdd.
-
#clauseAfterSelect ⇒ Object
Returns the value of attribute clauseAfterSelect.
-
#clauseFrom ⇒ Object
Returns the value of attribute clauseFrom.
-
#clauseOrderBy ⇒ Object
Returns the value of attribute clauseOrderBy.
-
#clauseSelect ⇒ Object
Returns the value of attribute clauseSelect.
-
#clauseWhere ⇒ Object
Returns the value of attribute clauseWhere.
-
#description ⇒ Object
Returns the value of attribute description.
-
#listName ⇒ Object
Returns the value of attribute listName.
-
#numTestRecords ⇒ Object
Returns the value of attribute numTestRecords.
-
#segmentID ⇒ Object
Returns the value of attribute segmentID.
-
#segmentName ⇒ Object
Returns the value of attribute segmentName.
-
#segmentType ⇒ Object
Returns the value of attribute segmentType.
Instance Method Summary collapse
-
#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
constructor
A new instance of SegmentStruct.
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.
435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 |
# File 'lib/postal/lmapi/lmapi.rb', line 435 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
#addWhereList ⇒ Object
Returns the value of attribute addWhereList.
431 432 433 |
# File 'lib/postal/lmapi/lmapi.rb', line 431 def addWhereList @addWhereList end |
#addWhereMemberType ⇒ Object
Returns the value of attribute addWhereMemberType.
432 433 434 |
# File 'lib/postal/lmapi/lmapi.rb', line 432 def addWhereMemberType @addWhereMemberType end |
#addWhereSubType ⇒ Object
Returns the value of attribute addWhereSubType.
433 434 435 |
# File 'lib/postal/lmapi/lmapi.rb', line 433 def addWhereSubType @addWhereSubType end |
#clauseAdd ⇒ Object
Returns the value of attribute clauseAdd.
425 426 427 |
# File 'lib/postal/lmapi/lmapi.rb', line 425 def clauseAdd @clauseAdd end |
#clauseAfterSelect ⇒ Object
Returns the value of attribute clauseAfterSelect.
427 428 429 |
# File 'lib/postal/lmapi/lmapi.rb', line 427 def clauseAfterSelect @clauseAfterSelect end |
#clauseFrom ⇒ Object
Returns the value of attribute clauseFrom.
428 429 430 |
# File 'lib/postal/lmapi/lmapi.rb', line 428 def clauseFrom @clauseFrom end |
#clauseOrderBy ⇒ Object
Returns the value of attribute clauseOrderBy.
429 430 431 |
# File 'lib/postal/lmapi/lmapi.rb', line 429 def clauseOrderBy @clauseOrderBy end |
#clauseSelect ⇒ Object
Returns the value of attribute clauseSelect.
430 431 432 |
# File 'lib/postal/lmapi/lmapi.rb', line 430 def clauseSelect @clauseSelect end |
#clauseWhere ⇒ Object
Returns the value of attribute clauseWhere.
426 427 428 |
# File 'lib/postal/lmapi/lmapi.rb', line 426 def clauseWhere @clauseWhere end |
#description ⇒ Object
Returns the value of attribute description.
421 422 423 |
# File 'lib/postal/lmapi/lmapi.rb', line 421 def description @description end |
#listName ⇒ Object
Returns the value of attribute listName.
423 424 425 |
# File 'lib/postal/lmapi/lmapi.rb', line 423 def listName @listName end |
#numTestRecords ⇒ Object
Returns the value of attribute numTestRecords.
424 425 426 |
# File 'lib/postal/lmapi/lmapi.rb', line 424 def numTestRecords @numTestRecords end |
#segmentID ⇒ Object
Returns the value of attribute segmentID.
419 420 421 |
# File 'lib/postal/lmapi/lmapi.rb', line 419 def segmentID @segmentID end |
#segmentName ⇒ Object
Returns the value of attribute segmentName.
420 421 422 |
# File 'lib/postal/lmapi/lmapi.rb', line 420 def segmentName @segmentName end |
#segmentType ⇒ Object
Returns the value of attribute segmentType.
422 423 424 |
# File 'lib/postal/lmapi/lmapi.rb', line 422 def segmentType @segmentType end |