Class: JasperServer::ReportSchedulerService::JobMailNotification

Inherits:
Object
  • Object
show all
Defined in:
lib/jasperserver4r/reportschedulerservice.rb

Overview

http://www.jasperforge.org/jasperserver/wsJobMailNotification

id - SOAP::SOAPLong
version - SOAP::SOAPInt
toAddresses - ArrayOf_xsd_string
subject - SOAP::SOAPString
messageText - SOAP::SOAPString
resultSendType - ResultSendType
skipEmptyReports - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, version = nil, toAddresses = nil, subject = nil, messageText = nil, resultSendType = nil, skipEmptyReports = nil) ⇒ JobMailNotification

Returns a new instance of JobMailNotification.



116
117
118
119
120
121
122
123
124
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 116

def initialize(id = nil, version = nil, toAddresses = nil, subject = nil, messageText = nil, resultSendType = nil, skipEmptyReports = nil)
  @id = id
  @version = version
  @toAddresses = toAddresses
  @subject = subject
  @messageText = messageText
  @resultSendType = resultSendType
  @skipEmptyReports = skipEmptyReports
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



108
109
110
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 108

def id
  @id
end

#messageTextObject

Returns the value of attribute messageText.



112
113
114
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 112

def messageText
  @messageText
end

#resultSendTypeObject

Returns the value of attribute resultSendType.



113
114
115
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 113

def resultSendType
  @resultSendType
end

#skipEmptyReportsObject

Returns the value of attribute skipEmptyReports.



114
115
116
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 114

def skipEmptyReports
  @skipEmptyReports
end

#subjectObject

Returns the value of attribute subject.



111
112
113
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 111

def subject
  @subject
end

#toAddressesObject

Returns the value of attribute toAddresses.



110
111
112
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 110

def toAddresses
  @toAddresses
end

#versionObject

Returns the value of attribute version.



109
110
111
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 109

def version
  @version
end