nomoon/lunanode

View on GitHub
lib/lunanode/api_actions/default/billing.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Lunanode
  module APIActions
    module Billing
      def billing_credit
        action(:billing, :credit)
      end
    end
  end
end