Class: Yourub::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/yourub/cli.rb

Instance Method Summary collapse

Instance Method Details

#feed_typesObject



16
17
18
# File 'lib/yourub/cli.rb', line 16

def feed_types
  Yourub.types
end

#hello(name) ⇒ Object



6
7
8
# File 'lib/yourub/cli.rb', line 6

def hello(name)
  puts "Hello #{name}"
end

#nationsObject



11
12
13
# File 'lib/yourub/cli.rb', line 11

def nations
  Yourub::Search::NATION
end