module Tito
Constants
- VERSION
Public Class Methods
api_key()
click to toggle source
# File lib/tito.rb, line 21 def self.api_key return @api_key if @api_key return ENV['TITO_API_KEY'] if ENV['TITO_API_KEY'] end
api_key=(val)
click to toggle source
# File lib/tito.rb, line 26 def self.api_key=(val) @api_key = val end