class FedexWebServices::Soap::Rate::DangerousGoodsSignatory
{fedex.com/ws/rate/v13}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/RateServiceDefinitions.rb, line 802 def initialize(contactName = nil, title = nil, place = nil) @contactName = contactName @title = title @place = place end