Class: FedexWebServices::Soap::Rate::EdtExciseCondition
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EdtExciseCondition
- 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
-
#category ⇒ Object
Returns the value of attribute category.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(category = nil, value = nil) ⇒ EdtExciseCondition
constructor
A new instance of EdtExciseCondition.
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
#category ⇒ Object
Returns the value of attribute category.
1028 1029 1030 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1028 def category @category end |
#value ⇒ Object
Returns the value of attribute value.
1029 1030 1031 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1029 def value @value end |