Class: Milkman::CLI
- Inherits:
-
Thor
- Object
- Thor
- Milkman::CLI
- Defined in:
- lib/milkman/cli.rb
Instance Method Summary collapse
Instance Method Details
#authorize(api_key, shared_secret) ⇒ Object
7 8 9 |
# File 'lib/milkman/cli.rb', line 7 def (api_key, shared_secret) Authorizer. api_key: api_key, shared_secret: shared_secret end |