Module: FileboundClient::Endpoints::EFormData

Defined in:
lib/filebound_client/endpoints/eform_data.rb

Overview

Module for EFormData resource endpoint

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object

This will call macros to create resource methods on the fly



6
7
8
9
10
11
# 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