Class: Tellus::CLI
- Inherits:
-
Thor
- Object
- Thor
- Tellus::CLI
- Defined in:
- lib/tellus/cli.rb
Instance Method Summary collapse
Instance Method Details
#address(latitude, longtitude) ⇒ Object
7 8 9 10 |
# File 'lib/tellus/cli.rb', line 7 def address(latitude, longtitude) tellus_client = Tellus::Client.new latitude, longtitude puts tellus_client.get_address end |