Class: CrvApiClient::Api::Animals::NotificationMessageType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::NotificationMessageType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/notificationMessageType
- SOAP::SOAPString
languageCode - SOAP::SOAPString
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
-
#messageCode ⇒ Object
Returns the value of attribute messageCode.
-
#messageParameter ⇒ Object
Returns the value of attribute messageParameter.
Instance Method Summary collapse
-
#initialize(messageCode = nil, languageCode = nil, messageParameter = nil) ⇒ NotificationMessageType
constructor
A new instance of NotificationMessageType.
Constructor Details
#initialize(messageCode = nil, languageCode = nil, messageParameter = nil) ⇒ NotificationMessageType
Returns a new instance of NotificationMessageType.
453 454 455 456 457 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 453 def initialize( = nil, languageCode = nil, = nil) = @languageCode = languageCode = end |
Instance Attribute Details
#languageCode ⇒ Object
Returns the value of attribute languageCode.
450 451 452 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 450 def languageCode @languageCode end |
#messageCode ⇒ Object
Returns the value of attribute messageCode.
449 450 451 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 449 def end |
#messageParameter ⇒ Object
Returns the value of attribute messageParameter.
451 452 453 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 451 def end |