Class: ApiBanking::NotificationService::SendMessage::Content
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::SendMessage::Content
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#dateContent ⇒ Object
Returns the value of attribute dateContent.
-
#dateTimeContent ⇒ Object
Returns the value of attribute dateTimeContent.
-
#decimalContent ⇒ Object
Returns the value of attribute decimalContent.
-
#stringContent ⇒ Object
Returns the value of attribute stringContent.
Instance Attribute Details
#dateContent ⇒ Object
Returns the value of attribute dateContent
53 54 55 |
# File 'lib/api_banking/soap/notificationService.rb', line 53 def dateContent @dateContent end |
#dateTimeContent ⇒ Object
Returns the value of attribute dateTimeContent
53 54 55 |
# File 'lib/api_banking/soap/notificationService.rb', line 53 def dateTimeContent @dateTimeContent end |
#decimalContent ⇒ Object
Returns the value of attribute decimalContent
53 54 55 |
# File 'lib/api_banking/soap/notificationService.rb', line 53 def decimalContent @decimalContent end |
#stringContent ⇒ Object
Returns the value of attribute stringContent
53 54 55 |
# File 'lib/api_banking/soap/notificationService.rb', line 53 def stringContent @stringContent end |