Class: BaseAPI::Processor
- Inherits:
-
Object
- Object
- BaseAPI::Processor
- Includes:
- Thrift::Processor
- Defined in:
- lib/base_a_p_i.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#process_getAPIVersion(seqid, iprot, oprot) ⇒ Object
34 35 36 37 38 39 |
# File 'lib/base_a_p_i.rb', line 34 def process_getAPIVersion(seqid, iprot, oprot) args = read_args(iprot, GetAPIVersion_args) result = GetAPIVersion_result.new() result.success = @handler.getAPIVersion() write_result(result, oprot, 'getAPIVersion', seqid) end |