class RT::API

Public Class Methods

api_key() click to toggle source
# File lib/rottentom/api.rb, line 9
def self.api_key
  @@api_key
end
api_key=(key) click to toggle source
# File lib/rottentom/api.rb, line 13
def self.api_key=(key)
  @@api_key = key
end