Class: Fassbinder::CLI

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

Instance Method Summary collapse

Instance Method Details

#all(asin) ⇒ Object



9
10
11
# File 'lib/fassbinder/cli.rb', line 9

def all(asin)
  lookup(asin, options[:locale])
end

#kosher(asin) ⇒ Object



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

def kosher(asin)
  lookup(asin, options[:locale], true)
end