Class: ApiBanking::NotificationService::DispatchMessage::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#appIDObject

Returns the value of attribute appID

Returns:

  • (Object)

    the current value of appID



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def appID
  @appID
end

#criteriaArrayObject

Returns the value of attribute criteriaArray

Returns:

  • (Object)

    the current value of criteriaArray



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def criteriaArray
  @criteriaArray
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def message
  @message
end

#recipientObject

Returns the value of attribute recipient

Returns:

  • (Object)

    the current value of recipient



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def recipient
  @recipient
end

#referenceNoObject

Returns the value of attribute referenceNo

Returns:

  • (Object)

    the current value of referenceNo



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def referenceNo
  @referenceNo
end

#sendAtObject

Returns the value of attribute sendAt

Returns:

  • (Object)

    the current value of sendAt



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def sendAt
  @sendAt
end

#topicNameObject

Returns the value of attribute topicName

Returns:

  • (Object)

    the current value of topicName



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def topicName
  @topicName
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



63
64
65
# File 'lib/api_banking/soap/notificationService.rb', line 63

def version
  @version
end