Class: CrvApiClient::Api::Animals::FaxType

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/faxType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(faxNr = nil, coverPage = nil, textBody = nil) ⇒ FaxType

Returns a new instance of FaxType.



494
495
496
497
498
# 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

Instance Attribute Details

#coverPageObject

Returns the value of attribute coverPage.



491
492
493
# File 'lib/crv_api_client/api/animals/animals.rb', line 491

def coverPage
  @coverPage
end

#faxNrObject

Returns the value of attribute faxNr.



490
491
492
# File 'lib/crv_api_client/api/animals/animals.rb', line 490

def faxNr
  @faxNr
end

#textBodyObject

Returns the value of attribute textBody.



492
493
494
# File 'lib/crv_api_client/api/animals/animals.rb', line 492

def textBody
  @textBody
end