tapajos/highrise

View on GitHub
lib/highrise/account.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Highrise
  class Account < Base
    def self.me
      find(:one, :from => "/account.xml")
    end
  end
end