Class: HaveAPI::Authentication::Token::Resources::Token
- Defined in:
- lib/haveapi/authentication/token/resources.rb
Defined Under Namespace
Classes: Renew, Request, Revoke
Class Attribute Summary collapse
-
.token_instance ⇒ Object
Returns the value of attribute token_instance.
Method Summary
Methods inherited from Resource
actions, define_action, define_resource, describe, inherited, params, resource_name, resources, routes
Methods inherited from Common
check_build, has_attr, inherit_attrs
Class Attribute Details
.token_instance ⇒ Object
Returns the value of attribute token_instance.
8 9 10 |
# File 'lib/haveapi/authentication/token/resources.rb', line 8 def token_instance @token_instance end |