module FileboundClient::Endpoints::EFormDetail

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