Class: FedexWebServices::Soap::Rate::EdtExciseCondition

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(category = nil, value = nil) ⇒ EdtExciseCondition

Returns a new instance of EdtExciseCondition.



1031
1032
1033
1034
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1031

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1028
1029
1030
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1028

def category
  @category
end

#valueObject

Returns the value of attribute value.



1029
1030
1031
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1029

def value
  @value
end