Class: Fassbinder::CLI
- Inherits:
-
Thor
- Object
- Thor
- Fassbinder::CLI
- 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, [:locale]) end |
#kosher(asin) ⇒ Object
16 17 18 |
# File 'lib/fassbinder/cli.rb', line 16 def kosher(asin) lookup(asin, [:locale], true) end |