Module: FnzClient::ServiceConfiguration
- Included in:
- Installment, Membership
- Defined in:
- lib/fnz_client/service_configuration.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/fnz_client/service_configuration.rb', line 3 def self.included(base) base.send('use_hydra', Fnz::HYDRA) #base.send('force_ssl') base.send('set_resource_host', Fnz::HOST) base.send('configure_index_response', {collection: 'collection', total: 'total'}) end |