Class: Mustachio
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Mustachio
- Defined in:
- lib/mustachio.rb
Constant Summary collapse
- @@face_client =
Face.get_client( :api_key => (ENV['MUSTACHIO_FACE_API_KEY'] || raise("Please set MUSTACHIO_FACE_API_KEY.")), :api_secret => (ENV['MUSTACHIO_FACE_API_SECRET'] || raise("Please set MUSTACHIO_FACE_API_SECRET.")) )
Class Method Summary collapse
Class Method Details
.face_client ⇒ Object
83 84 85 |
# File 'lib/mustachio.rb', line 83 def face_client @@face_client end |