Class: RemoteRecord::GitHub::User

Inherits:
Base
  • Object
show all
Defined in:
lib/remote_record/github/user.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#getObject



7
8
9
# File 'lib/remote_record/github/user.rb', line 7

def get
  client.user(remote_resource_id)
end