Class: Suprails
- Inherits:
-
Object
- Object
- Suprails
- Defined in:
- lib/suprails.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
Instance Method Summary collapse
- #create_project(config_file) ⇒ Object
-
#initialize(app_name = "") ⇒ Suprails
constructor
A new instance of Suprails.
- #to_s ⇒ Object
Constructor Details
#initialize(app_name = "") ⇒ Suprails
Returns a new instance of Suprails.
28 29 30 31 |
# File 'lib/suprails.rb', line 28 def initialize(app_name = "") @app_name = app_name @run_file = "" end |
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name.
26 27 28 |
# File 'lib/suprails.rb', line 26 def app_name @app_name end |