class Evvnt::Contract
Public: Returns contract info from the EVVNT API
Constants
- OBJECT_KEY
The JSON key for the package data from the API response.
Public Instance Methods
index()
click to toggle source
GET /contract Get contract information
# File lib/evvnt/contract.rb, line 13 define_action :index do api_request(:get, plural_resource_path, options: { object: OBJECT_KEY }) end