Class: FedexWebServices::Soap::Rate::DocTabZoneSpecification

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#dataFieldObject

Returns the value of attribute dataField.



950
951
952
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 950

def dataField
  @dataField
end

#headerObject

Returns the value of attribute header.



949
950
951
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 949

def header
  @header
end

#justificationObject

Returns the value of attribute justification.



952
953
954
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 952

def justification
  @justification
end

#literalValueObject

Returns the value of attribute literalValue.



951
952
953
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 951

def literalValue
  @literalValue
end

#zoneNumberObject

Returns the value of attribute zoneNumber.



948
949
950
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 948

def zoneNumber
  @zoneNumber
end