class DTK::Client::Execute::Command::APICall::TranslationTerm

abstract classes

Public Class Methods

instance_form() click to toggle source
# File lib/execute/command/api_call/translation_term.rb, line 28
def self.instance_form()
  new()
end
matches?(obj) click to toggle source
# File lib/execute/command/api_call/translation_term.rb, line 23
def self.matches?(obj)
  obj.kind_of?(self) or
  (obj.kind_of?(Class) and obj <= self)
end

Public Instance Methods

instance_form() click to toggle source
# File lib/execute/command/api_call/translation_term.rb, line 31
def instance_form()
  self
end