class FedexWebServices::Soap::Ship::EdtExciseCondition

{fedex.com/ws/ship/v12}EdtExciseCondition

category - SOAP::SOAPString
value - SOAP::SOAPString

Attributes

category[RW]
value[RW]

Public Class Methods

new(category = nil, value = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1374
def initialize(category = nil, value = nil)
  @category = category
  @value = value
end