Method: FileboundClient::Endpoints::RoutedItems.included

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

.included(klass) ⇒ Object



5
6
7
8
9
10
# File 'lib/filebound_client/endpoints/routed_items.rb', line 5

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