module FileboundClient::Endpoints::Separators

Module for Separators 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/separators.rb, line 6
def self.included(klass)
  klass.instance_eval do
    allow_new :separator
    allow_all :separators
  end
end