Class: Postal::Lmapi::ContentStruct

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#contentIDObject

Returns the value of attribute contentID.



115
116
117
# File 'lib/postal/lmapi/lmapi.rb', line 115

def contentID
  @contentID
end

#dateCreatedObject

Returns the value of attribute dateCreated.



123
124
125
# File 'lib/postal/lmapi/lmapi.rb', line 123

def dateCreated
  @dateCreated
end

#descriptionObject

Returns the value of attribute description.



116
117
118
# File 'lib/postal/lmapi/lmapi.rb', line 116

def description
  @description
end

#docPartsObject

Returns the value of attribute docParts.



124
125
126
# File 'lib/postal/lmapi/lmapi.rb', line 124

def docParts
  @docParts
end

#docTypeObject

Returns the value of attribute docType.



114
115
116
# File 'lib/postal/lmapi/lmapi.rb', line 114

def docType
  @docType
end

#headerFromObject

Returns the value of attribute headerFrom.



118
119
120
# File 'lib/postal/lmapi/lmapi.rb', line 118

def headerFrom
  @headerFrom
end

#headerToObject

Returns the value of attribute headerTo.



112
113
114
# File 'lib/postal/lmapi/lmapi.rb', line 112

def headerTo
  @headerTo
end

#isReadOnlyObject

Returns the value of attribute isReadOnly.



122
123
124
# File 'lib/postal/lmapi/lmapi.rb', line 122

def isReadOnly
  @isReadOnly
end

#isTemplateObject

Returns the value of attribute isTemplate.



113
114
115
# File 'lib/postal/lmapi/lmapi.rb', line 113

def isTemplate
  @isTemplate
end

#listNameObject

Returns the value of attribute listName.



120
121
122
# File 'lib/postal/lmapi/lmapi.rb', line 120

def listName
  @listName
end

#nativeTitleObject

Returns the value of attribute nativeTitle.



117
118
119
# File 'lib/postal/lmapi/lmapi.rb', line 117

def nativeTitle
  @nativeTitle
end

#siteNameObject

Returns the value of attribute siteName.



121
122
123
# File 'lib/postal/lmapi/lmapi.rb', line 121

def siteName
  @siteName
end

#titleObject

Returns the value of attribute title.



119
120
121
# File 'lib/postal/lmapi/lmapi.rb', line 119

def title
  @title
end