Class: Statwhore::Google::Feedburner::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/statwhore/google/feedburner.rb

Direct Known Subclasses

Feed

Class Method Summary collapse

Class Method Details

.connectionObject



11
12
13
# File 'lib/statwhore/google/feedburner.rb', line 11

def self.connection
  @@connection
end

.establish_connection(u, p) ⇒ Object



7
8
9
# File 'lib/statwhore/google/feedburner.rb', line 7

def self.establish_connection(u, p)
  @@connection = Connection.new(API_URL, u, p)
end