lib/billomat/actions.rb in billomat-0.1.0 vs lib/billomat/actions.rb in billomat-0.1.1
- old
+ new
@@ -5,7 +5,10 @@
require 'billomat/actions/pdf'
require 'billomat/actions/cancel'
require 'billomat/actions/uncancel'
module Billomat
+ ##
+ # Actions are API calls that do not directly represent a resource.
+ # They are mostly non-RESTful actions that are called on a resources.
module Actions; end
end