Class: Jsimple::Builder::App
- Inherits:
-
Struct
- Object
- Struct
- Jsimple::Builder::App
- Defined in:
- lib/jsimple/builder.rb,
lib/jsimple/builder.rb
Overview
Data holder for the JS app path and initializer
Instance Attribute Summary collapse
-
#init ⇒ Object
Returns the value of attribute init.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#init ⇒ Object
Returns the value of attribute init
6 7 8 |
# File 'lib/jsimple/builder.rb', line 6 def init @init end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/jsimple/builder.rb', line 6 def path @path end |