Class: Ifin24::Commands::Base
- Inherits:
-
Object
- Object
- Ifin24::Commands::Base
- Includes:
- Helpers::Menu, Helpers::Printer
- Defined in:
- lib/ifin24/commands/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
Methods included from Helpers::Printer
Methods included from Helpers::Menu
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/ifin24/commands/base.rb', line 5 def initialize(client) @client = client end |