class FedexWebServices::Soap::Close::NotificationParameter

{fedex.com/ws/close/v4}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/CloseServiceDefinitions.rb, line 478
def initialize(id = nil, value = nil)
  @id = id
  @value = value
end