class CrvApiClient::Api::Reproduction::FaxType

{ws.crvholding.com/commonTypes/}faxType

faxNr - SOAP::SOAPString
coverPage - SOAP::SOAPString
textBody - SOAP::SOAPString

Attributes

coverPage[RW]
faxNr[RW]
textBody[RW]

Public Class Methods

new(faxNr = nil, coverPage = nil, textBody = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 855
def initialize(faxNr = nil, coverPage = nil, textBody = nil)
  @faxNr = faxNr
  @coverPage = coverPage
  @textBody = textBody
end