Sha256: 3e5a2e3de031cc7a232dae8d8bd6b89b24634f75e33d9747d22022b89d15e506

Contents?: true

Size: 141 Bytes

Versions: 6

Compression:

Stored size: 141 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rogerio-augusto-highrise-2.0.4 lib/highrise/account.rb
rogerio-augusto-highrise-2.0.3 lib/highrise/account.rb
rogerio-augusto-highrise-2.0.2 lib/highrise/account.rb
highrise-2.0.1 lib/highrise/account.rb
highrise-2.0.0 lib/highrise/account.rb
highrise-1.2.0 lib/highrise/account.rb