Class: Bashly::Script::Variable
- Defined in:
- lib/bashly/script/variable.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes included from Renderable
Class Method Summary collapse
Methods inherited from Base
#help, #initialize, #method_missing, #optional, #respond_to_missing?, #summary
Methods included from Renderable
#load_user_file, #render, #strings, #user_file_exist?, #user_file_path, #view_marker
Constructor Details
This class inherits a constructor from Bashly::Script::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bashly::Script::Base
Class Method Details
.option_keys ⇒ Object
5 6 7 |
# File 'lib/bashly/script/variable.rb', line 5 def option_keys @option_keys ||= %i[name value] end |