Class: ActiveShipping::CanadaPost::Box

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_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



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def expediter_weight
  @expediter_weight
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def height
  @height
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def length
  @length
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def name
  @name
end

#packedItemsObject

Returns the value of attribute packedItems

Returns:

  • (Object)

    the current value of packedItems



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def packedItems
  @packedItems
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def weight
  @weight
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



21
22
23
# File 'lib/active_shipping/carriers/canada_post.rb', line 21

def width
  @width
end