module FileboundClient::Endpoints::Dividers
Module for Dividers
resource endpoint
Public Class Methods
included(klass)
click to toggle source
This will call macros to create resource methods on the fly
# File lib/filebound_client/endpoints/dividers.rb, line 6 def self.included(klass) klass.instance_eval do allow_new :divider allow_all :dividers end end