class ActiveSupport::Duration

def encode_with(coder) # :nodoc:

:nodoc:
def encode_with(coder) # :nodoc:
  coder.map = { "value" => @value, "parts" => @parts }
end