class CrvApiClient::Api::Animals::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/animals/animals.rb, line 494 def initialize(faxNr = nil, coverPage = nil, textBody = nil) @faxNr = faxNr @coverPage = coverPage @textBody = textBody end