Module: FileboundClient::Endpoints::Separators
- Defined in:
- lib/filebound_client/endpoints/separators.rb
Overview
Module for Separators 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/separators.rb', line 6 def self.included(klass) klass.instance_eval do allow_new :separator allow_all :separators end end |