Class: Compendium::Presenters::Query

Inherits:
Base
  • Object
show all
Defined in:
app/classes/compendium/presenters/query.rb

Direct Known Subclasses

Table

Instance Method Summary collapse

Methods inherited from Base

#to_s

Constructor Details

#initialize(template, object) ⇒ Query

Returns a new instance of Query.



7
8
9
# File 'app/classes/compendium/presenters/query.rb', line 7

def initialize(template, object)
  super(template, object)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Compendium::Presenters::Base

Instance Method Details

#renderObject

Raises:

  • (NotImplementedError)


11
12
13
# File 'app/classes/compendium/presenters/query.rb', line 11

def render
  raise NotImplementedError
end