Class: FedexWebServices::Soap::Rate::ExpressFreightDetailContact
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ExpressFreightDetailContact
- 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
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Method Summary collapse
-
#initialize(name = nil, phone = nil) ⇒ ExpressFreightDetailContact
constructor
A new instance of ExpressFreightDetailContact.
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
#name ⇒ Object
Returns the value of attribute name.
1129 1130 1131 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1129 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone.
1130 1131 1132 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1130 def phone @phone end |