class FedexWebServices::Soap::Rate::EdtExciseCondition

{fedex.com/ws/rate/v13}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/RateServiceDefinitions.rb, line 1031
def initialize(category = nil, value = nil)
  @category = category
  @value = value
end