Class: FedexWebServices::Soap::Ship::PendingShipmentAccessDetail

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

Overview

http://fedex.com/ws/ship/v12PendingShipmentAccessDetail

emailLabelUrl - SOAP::SOAPString
userId - SOAP::SOAPString
password - SOAP::SOAPString
expirationTimestamp - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(emailLabelUrl = nil, userId = nil, password = nil, expirationTimestamp = nil) ⇒ PendingShipmentAccessDetail

Returns a new instance of PendingShipmentAccessDetail.



2284
2285
2286
2287
2288
2289
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2284

def initialize(emailLabelUrl = nil, userId = nil, password = nil, expirationTimestamp = nil)
  @emailLabelUrl = emailLabelUrl
  @userId = userId
  @password = password
  @expirationTimestamp = expirationTimestamp
end

Instance Attribute Details

#emailLabelUrlObject

Returns the value of attribute emailLabelUrl.



2279
2280
2281
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2279

def emailLabelUrl
  @emailLabelUrl
end

#expirationTimestampObject

Returns the value of attribute expirationTimestamp.



2282
2283
2284
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2282

def expirationTimestamp
  @expirationTimestamp
end

#passwordObject

Returns the value of attribute password.



2281
2282
2283
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2281

def password
  @password
end

#userIdObject

Returns the value of attribute userId.



2280
2281
2282
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2280

def userId
  @userId
end