Class: FedexWebServices::Soap::Rate::DangerousGoodsSignatory
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DangerousGoodsSignatory
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DangerousGoodsSignatory
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.
802 803 804 805 806 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 802 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.
798 799 800 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 798 def contactName @contactName end |
#place ⇒ Object
Returns the value of attribute place.
800 801 802 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 800 def place @place end |
#title ⇒ Object
Returns the value of attribute title.
799 800 801 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 799 def title @title end |