Class: Refocus::GetSampleCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Refocus::GetSampleCommand
- Defined in:
- lib/refocus/cli/samples.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 |
# File 'lib/refocus/cli/samples.rb', line 10 def execute puts JSON.pretty_generate(Refocus.client.samples.get(subject: subject, aspect: aspect)) end |