Module: FileboundClient::Endpoints::Dividers
- Defined in:
- lib/filebound_client/endpoints/dividers.rb
Overview
Module for Dividers resource endpoint
Class Method Summary collapse
-
.included(klass) ⇒ Object
This will call macros to create resource methods on the fly.
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/dividers.rb', line 6 def self.included(klass) klass.instance_eval do allow_new :divider allow_all :dividers end end |