Class: SmartfoxJruby::SfsWorker::Response

Inherits:
Request
  • Object
show all
Defined in:
lib/smartfox_jruby/sfs_worker.rb

Instance Attribute Summary

Attributes inherited from Request

#data, #name

Instance Method Summary collapse

Methods inherited from Request

#initialize, #to_extension_request

Constructor Details

This class inherits a constructor from SmartfoxJruby::SfsWorker::Request

Instance Method Details

#to_sObject



82
83
84
# File 'lib/smartfox_jruby/sfs_worker.rb', line 82

def to_s
  "Resp[#{@name}]#{data.to_json}"
end