Class: FedexWebServices::Soap::Ship::DangerousGoodsSignatory

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#contactNameObject

Returns the value of attribute contactName.



1117
1118
1119
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1117

def contactName
  @contactName
end

#placeObject

Returns the value of attribute place.



1119
1120
1121
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1119

def place
  @place
end

#titleObject

Returns the value of attribute title.



1118
1119
1120
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1118

def title
  @title
end