Class: HiEnergyAi::Resources::Deeplinks
- Inherits:
-
HiEnergyAi::Resource
- Object
- HiEnergyAi::Resource
- HiEnergyAi::Resources::Deeplinks
- Defined in:
- lib/hi_energy_ai/resources/deeplinks.rb
Constant Summary
Constants inherited from HiEnergyAi::Resource
Instance Method Summary collapse
Methods inherited from HiEnergyAi::Resource
Constructor Details
This class inherits a constructor from HiEnergyAi::Resource
Instance Method Details
#generate(attributes = UNSET, **params) ⇒ Object
6 7 8 9 |
# File 'lib/hi_energy_ai/resources/deeplinks.rb', line 6 def generate(attributes = UNSET, **params) body_attrs, query = split_attributes(attributes, params) post("/deeplinks/generate", params: query, body: body_attrs) end |