module Googol::ServerTokens

Public Class Methods

server_key=(server_key) click to toggle source
# File lib/googol/server_tokens.rb, line 7
def self.server_key=(server_key)
  @@server_key = server_key
end

Public Instance Methods

server_key() click to toggle source
# File lib/googol/server_tokens.rb, line 3
def server_key
  @@server_key
end