Class: FedexWebServices::Soap::Rate::PendingShipmentDetail

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

Overview

http://fedex.com/ws/rate/v13PendingShipmentDetail

type - FedexWebServices::Soap::Rate::PendingShipmentType
expirationDate - SOAP::SOAPDate
emailLabelDetail - FedexWebServices::Soap::Rate::EMailLabelDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, expirationDate = nil, emailLabelDetail = nil) ⇒ PendingShipmentDetail

Returns a new instance of PendingShipmentDetail.



1926
1927
1928
1929
1930
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1926

def initialize(type = nil, expirationDate = nil, emailLabelDetail = nil)
  @type = type
  @expirationDate = expirationDate
  @emailLabelDetail = emailLabelDetail
end

Instance Attribute Details

#emailLabelDetailObject

Returns the value of attribute emailLabelDetail.



1924
1925
1926
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1924

def emailLabelDetail
  @emailLabelDetail
end

#expirationDateObject

Returns the value of attribute expirationDate.



1923
1924
1925
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1923

def expirationDate
  @expirationDate
end

#typeObject

Returns the value of attribute type.



1922
1923
1924
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1922

def type
  @type
end