Class: Eligible::CalculatorDeployUrl

Inherits:
APIResource show all
Defined in:
lib/eligible/calculator_deploy_url.rb

Instance Attribute Summary

Attributes inherited from EligibleObject

#api_key, #eligible_id

Class Method Summary collapse

Methods inherited from APIResource

api_url, class_name, endpoint_name, require_param, required_param_validation, rest_api_params, send_request, url

Methods inherited from EligibleObject

#[], #[]=, construct_from, #each, #error, #initialize, #keys, #refresh_from, #to_hash, #to_json, #values

Constructor Details

This class inherits a constructor from Eligible::EligibleObject

Class Method Details

.fetch_or_create(params, opts = {}) ⇒ Object



3
4
5
# File 'lib/eligible/calculator_deploy_url.rb', line 3

def self.fetch_or_create(params, opts = {})
  send_request :get, '/calculator_deploy_urls.json', params, **opts
end