class FedexWebServices::Soap::Rate::ExpressFreightDetailContact
{fedex.com/ws/rate/v13}ExpressFreightDetailContact
name - SOAP::SOAPString phone - SOAP::SOAPString
Attributes
name[RW]
phone[RW]
Public Class Methods
new(name = nil, phone = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1132 def initialize(name = nil, phone = nil) @name = name @phone = phone end