Class: TrackingNumber::Base::PartnerStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/tracking_number/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#carrierObject

Returns the value of attribute carrier

Returns:

  • (Object)

    the current value of carrier



5
6
7
# File 'lib/tracking_number/base.rb', line 5

def carrier
  @carrier
end

#shipperObject

Returns the value of attribute shipper

Returns:

  • (Object)

    the current value of shipper



5
6
7
# File 'lib/tracking_number/base.rb', line 5

def shipper
  @shipper
end