Method: Magic#user
- Defined in:
- lib/magic-admin.rb
#user ⇒ Object
Description:
Method provides you User object
for interacting with the Magic API.
Returns:
A User object that provides access to
all the supported resources.
93 94 95 |
# File 'lib/magic-admin.rb', line 93 def user MagicAdmin::Resource::User.new(self) end |