Class: Postal::Lmapi::ContentStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::ContentStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdContentStruct
headerTo - SOAP::SOAPString
isTemplate - SOAP::SOAPBoolean
docType - DocTypeEnum
contentID - SOAP::SOAPInt
description - SOAP::SOAPString
nativeTitle - SOAP::SOAPString
headerFrom - SOAP::SOAPString
title - SOAP::SOAPString
listName - SOAP::SOAPString
siteName - SOAP::SOAPString
isReadOnly - SOAP::SOAPBoolean
dateCreated - SOAP::SOAPDateTime
docParts - ArrayOfDocPart
Instance Attribute Summary collapse
-
#contentID ⇒ Object
Returns the value of attribute contentID.
-
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
-
#description ⇒ Object
Returns the value of attribute description.
-
#docParts ⇒ Object
Returns the value of attribute docParts.
-
#docType ⇒ Object
Returns the value of attribute docType.
-
#headerFrom ⇒ Object
Returns the value of attribute headerFrom.
-
#headerTo ⇒ Object
Returns the value of attribute headerTo.
-
#isReadOnly ⇒ Object
Returns the value of attribute isReadOnly.
-
#isTemplate ⇒ Object
Returns the value of attribute isTemplate.
-
#listName ⇒ Object
Returns the value of attribute listName.
-
#nativeTitle ⇒ Object
Returns the value of attribute nativeTitle.
-
#siteName ⇒ Object
Returns the value of attribute siteName.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(headerTo = nil, isTemplate = nil, docType = nil, contentID = nil, description = nil, nativeTitle = nil, headerFrom = nil, title = nil, listName = nil, siteName = nil, isReadOnly = nil, dateCreated = nil, docParts = nil) ⇒ ContentStruct
constructor
A new instance of ContentStruct.
Constructor Details
#initialize(headerTo = nil, isTemplate = nil, docType = nil, contentID = nil, description = nil, nativeTitle = nil, headerFrom = nil, title = nil, listName = nil, siteName = nil, isReadOnly = nil, dateCreated = nil, docParts = nil) ⇒ ContentStruct
Returns a new instance of ContentStruct.
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'lib/postal/lmapi/lmapi.rb', line 126 def initialize(headerTo = nil, isTemplate = nil, docType = nil, contentID = nil, description = nil, nativeTitle = nil, headerFrom = nil, title = nil, listName = nil, siteName = nil, isReadOnly = nil, dateCreated = nil, docParts = nil) @headerTo = headerTo @isTemplate = isTemplate @docType = docType @contentID = contentID @description = description @nativeTitle = nativeTitle @headerFrom = headerFrom @title = title @listName = listName @siteName = siteName @isReadOnly = isReadOnly @dateCreated = dateCreated @docParts = docParts end |
Instance Attribute Details
#contentID ⇒ Object
Returns the value of attribute contentID.
115 116 117 |
# File 'lib/postal/lmapi/lmapi.rb', line 115 def contentID @contentID end |
#dateCreated ⇒ Object
Returns the value of attribute dateCreated.
123 124 125 |
# File 'lib/postal/lmapi/lmapi.rb', line 123 def dateCreated @dateCreated end |
#description ⇒ Object
Returns the value of attribute description.
116 117 118 |
# File 'lib/postal/lmapi/lmapi.rb', line 116 def description @description end |
#docParts ⇒ Object
Returns the value of attribute docParts.
124 125 126 |
# File 'lib/postal/lmapi/lmapi.rb', line 124 def docParts @docParts end |
#docType ⇒ Object
Returns the value of attribute docType.
114 115 116 |
# File 'lib/postal/lmapi/lmapi.rb', line 114 def docType @docType end |
#headerFrom ⇒ Object
Returns the value of attribute headerFrom.
118 119 120 |
# File 'lib/postal/lmapi/lmapi.rb', line 118 def headerFrom @headerFrom end |
#headerTo ⇒ Object
Returns the value of attribute headerTo.
112 113 114 |
# File 'lib/postal/lmapi/lmapi.rb', line 112 def headerTo @headerTo end |
#isReadOnly ⇒ Object
Returns the value of attribute isReadOnly.
122 123 124 |
# File 'lib/postal/lmapi/lmapi.rb', line 122 def isReadOnly @isReadOnly end |
#isTemplate ⇒ Object
Returns the value of attribute isTemplate.
113 114 115 |
# File 'lib/postal/lmapi/lmapi.rb', line 113 def isTemplate @isTemplate end |
#listName ⇒ Object
Returns the value of attribute listName.
120 121 122 |
# File 'lib/postal/lmapi/lmapi.rb', line 120 def listName @listName end |
#nativeTitle ⇒ Object
Returns the value of attribute nativeTitle.
117 118 119 |
# File 'lib/postal/lmapi/lmapi.rb', line 117 def nativeTitle @nativeTitle end |
#siteName ⇒ Object
Returns the value of attribute siteName.
121 122 123 |
# File 'lib/postal/lmapi/lmapi.rb', line 121 def siteName @siteName end |
#title ⇒ Object
Returns the value of attribute title.
119 120 121 |
# File 'lib/postal/lmapi/lmapi.rb', line 119 def title @title end |