Class: FedexWebServices::Soap::Rate::DangerousGoodsSignatory

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

Instance Method Summary collapse

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

#contactNameObject

Returns the value of attribute contactName.



798
799
800
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 798

def contactName
  @contactName
end

#placeObject

Returns the value of attribute place.



800
801
802
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 800

def place
  @place
end

#titleObject

Returns the value of attribute title.



799
800
801
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 799

def title
  @title
end