class FedexWebServices::Soap::Rate::AdditionalLabelsDetail
{fedex.com/ws/rate/v13}AdditionalLabelsDetail
type - FedexWebServices::Soap::Rate::AdditionalLabelsType count - SOAP::SOAPNonNegativeInteger
Attributes
count[RW]
type[RW]
Public Class Methods
new(type = nil, count = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 15 def initialize(type = nil, count = nil) @type = type @count = count end