Class: Bring::CLI

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

Instance Method Summary collapse

Instance Method Details

#postal_code(pnr) ⇒ Object



7
8
9
10
# File 'lib/bring/cli.rb', line 7

def postal_code(pnr)
  require 'bring/postal_code'
  puts PostalCode.new(pnr, :country => options[:country]).city
end