module Marker

Constants

VERSION

Public Class Methods

google_api_key() click to toggle source
# File lib/marker.rb, line 13
def self.google_api_key
  @google_api_key || ENV['GOOGLE_API_KEY']
end
google_api_key=(value) click to toggle source
# File lib/marker.rb, line 9
def self.google_api_key=(value)
  @google_api_key = value
end