module Puree::REST::ActiveMixin

Public Instance Methods

active(params: {}, accept: :xml) click to toggle source

(see Puree::REST::Base#all)

# File lib/puree/rest/mixins/active_mixin.rb, line 6
def active(params: {}, accept: :xml)
  get_request_collection_subcollection(subcollection: 'active',
                                   params: params,
                                   accept: accept)
end