Sha256: 40cfdd4f1d31486de7403ff1499831e81cbd4e254f27c1d665f0187987c86650
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
# encoding: utf-8 module TokiCLI class Scan def initialize toki @toki_api = toki end def scan params bundles = @toki_api.helpers.scan params if bundles.empty? || bundles.nil? puts "\nError.\n\n" else puts "\nDone.\n\n" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
TokiCLI-0.2.1 | lib/TokiCLI/scan.rb |
TokiCLI-0.2.0 | lib/TokiCLI/scan.rb |
TokiCLI-0.1.1 | lib/TokiCLI/scan.rb |