Class: Highrise::Account

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

Class Method Summary collapse

Class Method Details

.meObject



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

def self.me
  user = Account.new()
  find(:one, :from => "/account.xml")
end