Class: Ifin24::Commands::Base
- Inherits:
-
Object
- Object
- Ifin24::Commands::Base
- Includes:
- 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
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/ifin24/commands/base.rb', line 4 def initialize(client) @client = client end |