Class: GatherContent::Api::Me

Inherits:
Base
  • Object
show all
Defined in:
lib/gather_content/api/me.rb

Instance Method Summary collapse

Methods inherited from Base

#fetch, #get, #post, #post_json, #reset

Constructor Details

#initializeMe

Returns a new instance of Me.



4
# File 'lib/gather_content/api/me.rb', line 4

def initialize; end

Instance Method Details

#[](key) ⇒ Object



6
7
8
# File 'lib/gather_content/api/me.rb', line 6

def [](key)
  fetch[key]
end