Class: CrvApiClient::Api::Animals::FaxType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::FaxType
- 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
-
#coverPage ⇒ Object
Returns the value of attribute coverPage.
-
#faxNr ⇒ Object
Returns the value of attribute faxNr.
-
#textBody ⇒ Object
Returns the value of attribute textBody.
Instance Method Summary collapse
-
#initialize(faxNr = nil, coverPage = nil, textBody = nil) ⇒ FaxType
constructor
A new instance of FaxType.
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
#coverPage ⇒ Object
Returns the value of attribute coverPage.
491 492 493 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 491 def coverPage @coverPage end |
#faxNr ⇒ Object
Returns the value of attribute faxNr.
490 491 492 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 490 def faxNr @faxNr end |
#textBody ⇒ Object
Returns the value of attribute textBody.
492 493 494 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 492 def textBody @textBody end |