Class: Glib::JsonUi::ListBuilders::Template

Inherits:
AbstractBuilder show all
Defined in:
app/helpers/glib/json_ui/list_builders.rb

Defined Under Namespace

Classes: AbstractTemplate, CommentIncoming, CommentOutgoing, Custom, Editable, Featured, Standard, Thumbnail

Instance Attribute Summary

Attributes inherited from AbstractBuilder

#json, #page

Instance Method Summary collapse

Methods inherited from AbstractBuilder

#initialize

Constructor Details

This class inherits a constructor from Glib::JsonUi::AbstractBuilder

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args) ⇒ Object



5
6
7
# File 'app/helpers/glib/json_ui/list_builders.rb', line 5

def method_missing(m, *args)
  add_element_to_array 'template', m, *args
end