module Apotomo
Constants
- VERSION
Attributes
js_framework[R]
js_generator[R]
Public Class Methods
js_framework=(js_framework)
click to toggle source
# File lib/apotomo.rb, line 3 def js_framework=(js_framework) @js_framework = js_framework @js_generator = JavascriptGenerator.new(js_framework) end