Class: FriendlyShipping::Services::UpsFreight::LabelStructureOptions

Inherits:
RatesStructureOptions show all
Defined in:
lib/friendly_shipping/services/ups_freight/label_structure_options.rb

Constant Summary

Constants inherited from RatesStructureOptions

RatesStructureOptions::HANDLING_UNIT_TYPES

Instance Attribute Summary

Attributes inherited from RatesStructureOptions

#handling_unit_code, #handling_unit_description, #handling_unit_tag

Attributes inherited from FriendlyShipping::StructureOptions

#structure_id

Instance Method Summary collapse

Methods inherited from FriendlyShipping::StructureOptions

#options_for_package

Constructor Details

#initialize(**kwargs) ⇒ LabelStructureOptions

Returns a new instance of LabelStructureOptions.



7
8
9
# File 'lib/friendly_shipping/services/ups_freight/label_structure_options.rb', line 7

def initialize(**kwargs)
  super(**kwargs.reverse_merge(package_options_class: LabelPackageOptions))
end