Class: AppLocale::BaseCommand
- Inherits:
-
Object
- Object
- AppLocale::BaseCommand
- Defined in:
- lib/applocale/base_command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(config, options) ⇒ BaseCommand
constructor
A new instance of BaseCommand.
Constructor Details
#initialize(config, options) ⇒ BaseCommand
Returns a new instance of BaseCommand.
5 6 7 8 |
# File 'lib/applocale/base_command.rb', line 5 def initialize(config, ) @config = config @options = end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
3 4 5 |
# File 'lib/applocale/base_command.rb', line 3 def config @config end |
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/applocale/base_command.rb', line 3 def @options end |