Class: FedexWebServices::Soap::Close::NotificationParameter

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

Overview

http://fedex.com/ws/close/v4NotificationParameter

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.



478
479
480
481
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 478

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



475
476
477
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 475

def id
  @id
end

#valueObject

Returns the value of attribute value.



476
477
478
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 476

def value
  @value
end