class GatherContent::Api::Me
Public Class Methods
new()
click to toggle source
# File lib/gather_content/api/me.rb, line 4 def initialize; end
Public Instance Methods
[](key)
click to toggle source
# File lib/gather_content/api/me.rb, line 6 def [](key) fetch[key] end
Private Instance Methods
params()
click to toggle source
# File lib/gather_content/api/me.rb, line 16 def params; end
path()
click to toggle source
# File lib/gather_content/api/me.rb, line 12 def path @path ||= "/me" end