class Eligible::CalculatorDeployUrl
Public Class Methods
fetch_or_create(params, api_key = nil)
click to toggle source
# File lib/eligible/calculator_deploy_url.rb, line 3 def self.fetch_or_create(params, api_key = nil) send_request(:get, '/calculator_deploy_urls.json', api_key, params) end