Class: MyTankInfo::TokensResource
- Defined in:
- lib/my_tank_info/resources/tokens.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
#delete_request, #get_request, #initialize, #patch_request, #post_request, #put_request
Constructor Details
This class inherits a constructor from MyTankInfo::Resource
Instance Method Details
#generate(**attributes) ⇒ Object
5 6 7 8 |
# File 'lib/my_tank_info/resources/tokens.rb', line 5 def generate(**attributes) response = post_request("api/token", body: attributes) response.body.delete('"') end |