Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / v2 / direct_connect_event.rb
Size: Mime:
module Lobbyist
  module V2
    class DirectConnectEvent < Lobbyist::V2::Base
      attr_accessor :current_step, :next_step, :progress

      def self.create(params = {})
        create_from_response(post('/v2/direct_connect_events.json', params))
      end
    end
  end
end