Class: Holistics::Transform
- Inherits:
-
Thor
- Object
- Thor
- Holistics::Transform
- Defined in:
- lib/transform.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
25 26 27 |
# File 'lib/transform.rb', line 25 def list api_client.transform_list end |
#transform ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/transform.rb', line 15 def transform unless ['transform_id'] puts "Please include a tranform job ID to execute. Usage: 'holistics transform --transform-id <id>'." exit 1 end api_client.send_transform(.dup) end |