class DTK::Client::Execute::Command::APICall::Equal
Public Class Methods
OrDefault(default_value)
click to toggle source
# File lib/execute/command/api_call/translation_term.rb, line 89 def self.OrDefault(default_value) OrDefault.new(default_value) end
Public Instance Methods
translate(key,api_params,opts={})
click to toggle source
# File lib/execute/command/api_call/translation_term.rb, line 79 def translate(key,api_params,opts={}) index(api_params,key) end