Class: FedexWebServices::Soap::Ship::NotificationParameter

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

Overview

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

id - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, value = nil) ⇒ NotificationParameter

Returns a new instance of NotificationParameter.



2056
2057
2058
2059
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2056

def initialize(id = nil, value = nil)
  @id = id
  @value = value
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



2053
2054
2055
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2053

def id
  @id
end

#valueObject

Returns the value of attribute value.



2054
2055
2056
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2054

def value
  @value
end