class Epages::DeliveryWeightQuantity

Constants

KEYS

Public Class Methods

new(data) click to toggle source
# File lib/epages/delivery_weight_quantity.rb, line 11
def initialize(data)
  parse_attributes(data)
end