Class: CrvApiClient::Api::Animals::EmailType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::EmailType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/emailType
mailTo - SOAP::SOAPString
mailCc - SOAP::SOAPString
mailBcc - SOAP::SOAPString
mailReplyTo - SOAP::SOAPString
subject - SOAP::SOAPString
textBody - SOAP::SOAPString
Instance Attribute Summary collapse
-
#mailBcc ⇒ Object
Returns the value of attribute mailBcc.
-
#mailCc ⇒ Object
Returns the value of attribute mailCc.
-
#mailReplyTo ⇒ Object
Returns the value of attribute mailReplyTo.
-
#mailTo ⇒ Object
Returns the value of attribute mailTo.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#textBody ⇒ Object
Returns the value of attribute textBody.
Instance Method Summary collapse
-
#initialize(mailTo = nil, mailCc = nil, mailBcc = nil, mailReplyTo = nil, subject = nil, textBody = nil) ⇒ EmailType
constructor
A new instance of EmailType.
Constructor Details
#initialize(mailTo = nil, mailCc = nil, mailBcc = nil, mailReplyTo = nil, subject = nil, textBody = nil) ⇒ EmailType
Returns a new instance of EmailType.
475 476 477 478 479 480 481 482 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 475 def initialize(mailTo = nil, mailCc = nil, mailBcc = nil, mailReplyTo = nil, subject = nil, textBody = nil) @mailTo = mailTo @mailCc = mailCc @mailBcc = mailBcc @mailReplyTo = mailReplyTo @subject = subject @textBody = textBody end |
Instance Attribute Details
#mailBcc ⇒ Object
Returns the value of attribute mailBcc.
470 471 472 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 470 def mailBcc @mailBcc end |
#mailCc ⇒ Object
Returns the value of attribute mailCc.
469 470 471 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 469 def mailCc @mailCc end |
#mailReplyTo ⇒ Object
Returns the value of attribute mailReplyTo.
471 472 473 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 471 def mailReplyTo @mailReplyTo end |
#mailTo ⇒ Object
Returns the value of attribute mailTo.
468 469 470 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 468 def mailTo @mailTo end |
#subject ⇒ Object
Returns the value of attribute subject.
472 473 474 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 472 def subject @subject end |
#textBody ⇒ Object
Returns the value of attribute textBody.
473 474 475 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 473 def textBody @textBody end |