module Insights::API::Common::ApplicationControllerMixins::ApiDoc

Public Class Methods

included(other) click to toggle source
# File lib/insights/api/common/application_controller_mixins/api_doc.rb, line 6
def self.included(other)
  other.extend(self::ClassMethods)
end

Private Instance Methods

api_doc() click to toggle source
# File lib/insights/api/common/application_controller_mixins/api_doc.rb, line 12
def api_doc
  self.class.send(:api_doc)
end
api_doc_definition() click to toggle source
# File lib/insights/api/common/application_controller_mixins/api_doc.rb, line 16
def api_doc_definition
  self.class.send(:api_doc_definition)
end
api_doc_definitions() click to toggle source
# File lib/insights/api/common/application_controller_mixins/api_doc.rb, line 20
def api_doc_definitions
  self.class.send(:api_doc_definitions)
end