Class: FedexWebServices::Soap::Rate::NotificationParameter

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

Overview

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

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.



1761
1762
1763
1764
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1761

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1758
1759
1760
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1758

def id
  @id
end

#valueObject

Returns the value of attribute value.



1759
1760
1761
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1759

def value
  @value
end