class FedexWebServices::Soap::Ship::DangerousGoodsSignatory

{fedex.com/ws/ship/v12}DangerousGoodsSignatory

contactName - SOAP::SOAPString
title - SOAP::SOAPString
place - SOAP::SOAPString

Attributes

contactName[RW]
place[RW]
title[RW]

Public Class Methods

new(contactName = nil, title = nil, place = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1121
def initialize(contactName = nil, title = nil, place = nil)
  @contactName = contactName
  @title = title
  @place = place
end