module Camo
Constants
- VERSION
Attributes
host[W]
key[W]
Public Class Methods
host()
click to toggle source
# File lib/camo.rb, line 12 def host @host ||= ENV["CAMO_HOST"] end
key()
click to toggle source
# File lib/camo.rb, line 16 def key @key ||= ENV["CAMO_KEY"] end