Class: FedexWebServices::Soap::Rate::ExpressFreightDetailContact

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13ExpressFreightDetailContact

name - SOAP::SOAPString
phone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, phone = nil) ⇒ ExpressFreightDetailContact

Returns a new instance of ExpressFreightDetailContact.



1132
1133
1134
1135
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1132

def initialize(name = nil, phone = nil)
  @name = name
  @phone = phone
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1129
1130
1131
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1129

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



1130
1131
1132
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1130

def phone
  @phone
end