Module: RepresentativeView
- Defined in:
- lib/representative_view/version.rb,
lib/representative_view/view_helpers.rb,
lib/representative_view/configuration.rb,
lib/representative_view/action_pack_2_handler.rb,
lib/representative_view/action_pack_3_handler.rb
Defined Under Namespace
Modules: ViewHelpers Classes: ActionPack2Handler, ActionPack3Handler
Constant Summary collapse
- VERSION =
"1.2.3".freeze
Class Attribute Summary collapse
-
.json_options ⇒ Object
Returns the value of attribute json_options.
-
.xml_options ⇒ Object
Returns the value of attribute xml_options.
Class Attribute Details
.json_options ⇒ Object
Returns the value of attribute json_options.
6 7 8 |
# File 'lib/representative_view/configuration.rb', line 6 def @json_options end |
.xml_options ⇒ Object
Returns the value of attribute xml_options.
5 6 7 |
# File 'lib/representative_view/configuration.rb', line 5 def @xml_options end |