Class: FedexWebServices::Soap::Ship::ValidateShipmentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12ValidateShipmentRequest webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Ship::ClientDetail transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail version - FedexWebServices::Soap::Ship::VersionId requestedShipment - FedexWebServices::Soap::Ship::RequestedShipment

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) ⇒ ValidateShipmentRequest

Returns a new instance of ValidateShipmentRequest.



3500
3501
3502
3503
3504
3505
3506
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3500

def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @requestedShipment = requestedShipment
end

Instance Attribute Details

#clientDetail ⇒ Object

Returns the value of attribute clientDetail.



3495
3496
3497
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3495

def clientDetail
  @clientDetail
end

#requestedShipment ⇒ Object

Returns the value of attribute requestedShipment.



3498
3499
3500
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3498

def requestedShipment
  @requestedShipment
end

#transactionDetail ⇒ Object

Returns the value of attribute transactionDetail.



3496
3497
3498
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3496

def transactionDetail
  @transactionDetail
end

#version ⇒ Object

Returns the value of attribute version.



3497
3498
3499
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3497

def version
  @version
end

#webAuthenticationDetail ⇒ Object

Returns the value of attribute webAuthenticationDetail.



3494
3495
3496
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3494

def webAuthenticationDetail
  @webAuthenticationDetail
end