Module: LingutestClient::Api::Operations::Update
- Included in:
- Candidate
- Defined in:
- lib/lingutest_client/api/operations/update.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
35 36 37 38 |
# File 'lib/lingutest_client/api/operations/update.rb', line 35 def self.included(base) base.extend ClassMethods base.send(:include, InstanceMethods) end |