Class: Postal::Lmapi::PreviewStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::PreviewStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdPreviewStruct
textToMerge - SOAP::SOAPString
memberID - SOAP::SOAPInt
subsetID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#memberID ⇒ Object
Returns the value of attribute memberID.
-
#subsetID ⇒ Object
Returns the value of attribute subsetID.
-
#textToMerge ⇒ Object
Returns the value of attribute textToMerge.
Instance Method Summary collapse
-
#initialize(textToMerge = nil, memberID = nil, subsetID = nil) ⇒ PreviewStruct
constructor
A new instance of PreviewStruct.
Constructor Details
#initialize(textToMerge = nil, memberID = nil, subsetID = nil) ⇒ PreviewStruct
Returns a new instance of PreviewStruct.
951 952 953 954 955 |
# File 'lib/postal/lmapi/lmapi.rb', line 951 def initialize(textToMerge = nil, memberID = nil, subsetID = nil) @textToMerge = textToMerge @memberID = memberID @subsetID = subsetID end |
Instance Attribute Details
#memberID ⇒ Object
Returns the value of attribute memberID.
948 949 950 |
# File 'lib/postal/lmapi/lmapi.rb', line 948 def memberID @memberID end |
#subsetID ⇒ Object
Returns the value of attribute subsetID.
949 950 951 |
# File 'lib/postal/lmapi/lmapi.rb', line 949 def subsetID @subsetID end |
#textToMerge ⇒ Object
Returns the value of attribute textToMerge.
947 948 949 |
# File 'lib/postal/lmapi/lmapi.rb', line 947 def textToMerge @textToMerge end |