class FedexWebServices::Soap::Ship::NotificationParameter

{fedex.com/ws/ship/v12}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/ShipServiceDefinitions.rb, line 2056
def initialize(id = nil, value = nil)
  @id = id
  @value = value
end