lib/daywalker.rb in technicalpickles-daywalker-0.1.1 vs lib/daywalker.rb in technicalpickles-daywalker-0.1.2
- old
+ new
@@ -10,9 +10,10 @@
module Daywalker
# Set the API to be used
def self.api_key=(api_key)
@api_key = api_key
end
+
# Get the API to be used
def self.api_key
@api_key
end