Method: FileboundClient::Endpoints::Files.included

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

.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/files.rb', line 6

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