module FileboundClient::Endpoints::EFormData
Module for EFormData
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_data.rb, line 6 def self.included(klass) klass.instance_eval do allow_new :eformdata allow_all :eformdata end end