Method: FileboundClient::Endpoints::Routes.included
- Defined in:
- lib/filebound_client/endpoints/routes.rb
.included(klass) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/filebound_client/endpoints/routes.rb', line 5 def self.included(klass) klass.instance_eval do allow_new :route allow_all :routes end end |