Class: ActiveMerchant::Shipping::CanadaPost::Box

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_shipping/shipping/carriers/canada_post.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expediter_weightObject

Returns the value of attribute expediter_weight

Returns:

  • (Object)

    the current value of expediter_weight



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def expediter_weight
  @expediter_weight
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def height
  @height
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def length
  @length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def name
  @name
end

#packedItemsObject

Returns the value of attribute packedItems

Returns:

  • (Object)

    the current value of packedItems



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def packedItems
  @packedItems
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def weight
  @weight
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



24
25
26
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 24

def width
  @width
end