Class: FedexWebServices::Soap::Rate::DocTabZoneSpecification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DocTabZoneSpecification
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DocTabZoneSpecification
zoneNumber - SOAP::SOAPPositiveInteger
header - SOAP::SOAPString
dataField - SOAP::SOAPString
literalValue - SOAP::SOAPString
justification - FedexWebServices::Soap::Rate::DocTabZoneJustificationType
Instance Attribute Summary collapse
-
#dataField ⇒ Object
Returns the value of attribute dataField.
-
#header ⇒ Object
Returns the value of attribute header.
-
#justification ⇒ Object
Returns the value of attribute justification.
-
#literalValue ⇒ Object
Returns the value of attribute literalValue.
-
#zoneNumber ⇒ Object
Returns the value of attribute zoneNumber.
Instance Method Summary collapse
-
#initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) ⇒ DocTabZoneSpecification
constructor
A new instance of DocTabZoneSpecification.
Constructor Details
#initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) ⇒ DocTabZoneSpecification
Returns a new instance of DocTabZoneSpecification.
954 955 956 957 958 959 960 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 954 def initialize(zoneNumber = nil, header = nil, dataField = nil, literalValue = nil, justification = nil) @zoneNumber = zoneNumber @header = header @dataField = dataField @literalValue = literalValue @justification = justification end |
Instance Attribute Details
#dataField ⇒ Object
Returns the value of attribute dataField.
950 951 952 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 950 def dataField @dataField end |
#header ⇒ Object
Returns the value of attribute header.
949 950 951 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 949 def header @header end |
#justification ⇒ Object
Returns the value of attribute justification.
952 953 954 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 952 def justification @justification end |
#literalValue ⇒ Object
Returns the value of attribute literalValue.
951 952 953 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 951 def literalValue @literalValue end |
#zoneNumber ⇒ Object
Returns the value of attribute zoneNumber.
948 949 950 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 948 def zoneNumber @zoneNumber end |