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



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def expediter_weight
  @expediter_weight
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def height
  @height
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def length
  @length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def name
  @name
end

#packedItemsObject

Returns the value of attribute packedItems

Returns:

  • (Object)

    the current value of packedItems



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def packedItems
  @packedItems
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def weight
  @weight
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



28
29
30
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28

def width
  @width
end