Current section

Files

Jump to
cwmp_ex lib parser set_vouchers_response.ex
Raw

lib/parser/set_vouchers_response.ex

defmodule CWMP.Protocol.Parser.Messages.SetVouchersResponse do
use CWMP.Protocol.ParserHelpers
alias CWMP.Protocol.Messages.SetVouchersResponse
def initial_acc do
%SetVouchersResponse{}
end
end