Class: Applb::CLI::Apply
- Inherits:
-
Object
- Object
- Applb::CLI::Apply
- Defined in:
- lib/applb/cli.rb
Instance Method Summary collapse
-
#initialize(filepath, options) ⇒ Apply
constructor
A new instance of Apply.
- #run ⇒ Object
Constructor Details
#initialize(filepath, options) ⇒ Apply
Returns a new instance of Apply.
57 58 59 60 |
# File 'lib/applb/cli.rb', line 57 def initialize(filepath, ) @filepath = filepath = end |
Instance Method Details
#run ⇒ Object
62 63 64 65 |
# File 'lib/applb/cli.rb', line 62 def run require 'applb/client' result = Client.new(@filepath, ).apply end |