Class: Raven::Profile

Inherits:
Object
  • Object
show all
Defined in:
lib/rb_raven_api/profile.rb

Class Method Summary collapse

Class Method Details

.info(cstm = {}) ⇒ Hash

This request will return the name and billable keyword usage for the current profile.

Returns:

  • (Hash)

    Hash of profile information.



11
12
13
# File 'lib/rb_raven_api/profile.rb', line 11

def self.info cstm = {}
  Raven.http.get '', { method: 'profile_info' }.merge(cstm)
end