nomoon/lunanode

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Lunanode
  module APIActions
    module Plan
      def plan_list
        action(:plan, :list)
      end
    end
  end
end