Class: Unfuddle::Account

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/unfuddle/account.rb

Overview

Your account - configure it in config/unfuddle.yml

Class Method Summary collapse

Class Method Details

.currentObject



4
5
6
# File 'lib/unfuddle/account.rb', line 4

def self.current
  find(:one, :from => "/api/v1/account.xml")
end