Class: FedexWebServices::Soap::Ship::EdtTaxDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::EdtTaxDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12EdtTaxDetail
taxType - FedexWebServices::Soap::Ship::EdtTaxType
effectiveDate - SOAP::SOAPDate
name - SOAP::SOAPString
taxableValue - FedexWebServices::Soap::Ship::Money
description - SOAP::SOAPString
formula - SOAP::SOAPString
amount - FedexWebServices::Soap::Ship::Money
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#formula ⇒ Object
Returns the value of attribute formula.
-
#name ⇒ Object
Returns the value of attribute name.
-
#taxableValue ⇒ Object
Returns the value of attribute taxableValue.
-
#taxType ⇒ Object
Returns the value of attribute taxType.
Instance Method Summary collapse
-
#initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) ⇒ EdtTaxDetail
constructor
A new instance of EdtTaxDetail.
Constructor Details
#initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) ⇒ EdtTaxDetail
Returns a new instance of EdtTaxDetail.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1397 def initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) @taxType = taxType @effectiveDate = effectiveDate @name = name @taxableValue = taxableValue @description = description @formula = formula @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
1395 1396 1397 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1395 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description.
1393 1394 1395 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1393 def description @description end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
1390 1391 1392 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1390 def effectiveDate @effectiveDate end |
#formula ⇒ Object
Returns the value of attribute formula.
1394 1395 1396 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1394 def formula @formula end |
#name ⇒ Object
Returns the value of attribute name.
1391 1392 1393 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1391 def name @name end |
#taxableValue ⇒ Object
Returns the value of attribute taxableValue.
1392 1393 1394 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1392 def taxableValue @taxableValue end |
#taxType ⇒ Object
Returns the value of attribute taxType.
1389 1390 1391 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1389 def taxType @taxType end |