Class: FedexWebServices::Soap::Ship::PendingShipmentAccessDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PendingShipmentAccessDetail
- 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
-
#emailLabelUrl ⇒ Object
Returns the value of attribute emailLabelUrl.
-
#expirationTimestamp ⇒ Object
Returns the value of attribute expirationTimestamp.
-
#password ⇒ Object
Returns the value of attribute password.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Method Summary collapse
-
#initialize(emailLabelUrl = nil, userId = nil, password = nil, expirationTimestamp = nil) ⇒ PendingShipmentAccessDetail
constructor
A new instance of PendingShipmentAccessDetail.
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
#emailLabelUrl ⇒ Object
Returns the value of attribute emailLabelUrl.
2279 2280 2281 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2279 def emailLabelUrl @emailLabelUrl end |
#expirationTimestamp ⇒ Object
Returns the value of attribute expirationTimestamp.
2282 2283 2284 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2282 def expirationTimestamp @expirationTimestamp end |
#password ⇒ Object
Returns the value of attribute password.
2281 2282 2283 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2281 def password @password end |
#userId ⇒ Object
Returns the value of attribute userId.
2280 2281 2282 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2280 def userId @userId end |