Class: Highrise::Account

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

Class Method Summary collapse

Methods inherited from Base

url_for

Class Method Details

.meObject



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

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