Module: FileboundClient::Endpoints::EFormDetail

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

Overview

Module for EFormDetail 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_detail.rb', line 6

def self.included(klass)
  klass.instance_eval do
    allow_new :eformdetail
    allow_all :eformdetail
  end
end