Class: Avm::RedditBase0::Runners::Base::Me::Identity

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/reddit_base0/runners/base/me/identity.rb

Instance Method Summary collapse

Instance Method Details

#item_hashHash

Returns:

  • (Hash)


18
19
20
# File 'lib/avm/reddit_base0/runners/base/me/identity.rb', line 18

def item_hash
  api.root_entity.me.identity
end

#runObject



13
14
15
# File 'lib/avm/reddit_base0/runners/base/me/identity.rb', line 13

def run
  run_output
end