tpitale/staccato

View on GitHub
lib/staccato/v4/events/generate_lead.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Staccato::V4
  class GenerateLead
    FIELDS = [
      :currency,
      :value
    ]

    include Event
  end
end