Class: FedexWebServices::Soap::Ship::DangerousGoodsSignatory
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DangerousGoodsSignatory
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DangerousGoodsSignatory
contactName - SOAP::SOAPString
title - SOAP::SOAPString
place - SOAP::SOAPString
Instance Attribute Summary collapse
-
#contactName ⇒ Object
Returns the value of attribute contactName.
-
#place ⇒ Object
Returns the value of attribute place.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(contactName = nil, title = nil, place = nil) ⇒ DangerousGoodsSignatory
constructor
A new instance of DangerousGoodsSignatory.
Constructor Details
#initialize(contactName = nil, title = nil, place = nil) ⇒ DangerousGoodsSignatory
Returns a new instance of DangerousGoodsSignatory.
1121 1122 1123 1124 1125 |
# 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 |
Instance Attribute Details
#contactName ⇒ Object
Returns the value of attribute contactName.
1117 1118 1119 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1117 def contactName @contactName end |
#place ⇒ Object
Returns the value of attribute place.
1119 1120 1121 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1119 def place @place end |
#title ⇒ Object
Returns the value of attribute title.
1118 1119 1120 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1118 def title @title end |