class FedexWebServices::Soap::Rate::NotificationParameter

{fedex.com/ws/rate/v13}NotificationParameter

id - SOAP::SOAPString
value - SOAP::SOAPString

Attributes

id[RW]
value[RW]

Public Class Methods

new(id = nil, value = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1761
def initialize(id = nil, value = nil)
  @id = id
  @value = value
end