Class: Holistics::HolisticsRunner
- Inherits:
-
Thor
- Object
- Thor
- Holistics::HolisticsRunner
- Defined in:
- lib/holistics.rb
Instance Method Summary collapse
- #ds_list ⇒ Object
-
#initialize(args = [], options = {}, config = {}) ⇒ HolisticsRunner
constructor
A new instance of HolisticsRunner.
- #job_show ⇒ Object
- #login(token) ⇒ Object
- #version ⇒ Object
Constructor Details
#initialize(args = [], options = {}, config = {}) ⇒ HolisticsRunner
Returns a new instance of HolisticsRunner.
43 44 45 |
# File 'lib/holistics.rb', line 43 def initialize(args=[], ={}, config={}) super(args, , config) end |
Instance Method Details
#ds_list ⇒ Object
72 73 74 75 |
# File 'lib/holistics.rb', line 72 def ds_list p 'DEPRECATED. This command will be removed in the next version. Please consider using `holistics data_sources list` instead.' api_client.ds_list end |
#job_show ⇒ Object
80 81 82 |
# File 'lib/holistics.rb', line 80 def job_show api_client.job_show(.dup) end |
#login(token) ⇒ Object
66 67 68 |
# File 'lib/holistics.rb', line 66 def login token auth_api_client.login(token) end |