Class: FedexWebServices::Soap::Ship::EdtExciseCondition

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

Overview

http://fedex.com/ws/ship/v12EdtExciseCondition

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.



1374
1375
1376
1377
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1374

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1371
1372
1373
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1371

def category
  @category
end

#valueObject

Returns the value of attribute value.



1372
1373
1374
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1372

def value
  @value
end