Class: IDeleteMyTweets::CommandDelete

Inherits:
Thor
  • Object
show all
Includes:
Ascii
Defined in:
lib/i_delete_my_tweets/cli.rb

Instance Method Summary collapse

Methods included from Ascii

#show_face

Instance Method Details

#from_csvObject



55
56
57
58
59
# File 'lib/i_delete_my_tweets/cli.rb', line 55

def from_csv
  say show_face, :yellow if options[:verbose]
  say set_color api.config.to_table, :green, :bold
  api.traverse_csv!
end

#startObject



48
49
50
51
52
# File 'lib/i_delete_my_tweets/cli.rb', line 48

def start
  say show_face, :yellow if options[:verbose]
  say set_color api.config.to_table, :green, :bold
  api.traverse_api!
end