Class: ApiBanking::NotificationService::DispatchMessage::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/notificationService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



71
72
73
# File 'lib/api_banking/soap/notificationService.rb', line 71

def email
  @email
end

#smsTextObject

Returns the value of attribute smsText

Returns:

  • (Object)

    the current value of smsText



71
72
73
# File 'lib/api_banking/soap/notificationService.rb', line 71

def smsText
  @smsText
end