Method: Printfection::API#api_token
- Defined in:
- lib/printfection/api.rb
#api_token ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/printfection/api.rb', line 8 def api_token if @api_token.nil? || @api_token.strip.to_s.empty? raise Error, "Missing API Key." else return @api_token end end |