Method: Magic#token
- Defined in:
- lib/magic-admin.rb
#token ⇒ Object
Description:
Method provides you Token object
for various utility methods of Token.
Returns:
A Token object that provides access to
all the supported resources.
105 106 107 |
# File 'lib/magic-admin.rb', line 105 def token MagicAdmin::Resource::Token.new(self) end |