Class: Google::Log
Overview
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(doc_id, message) ⇒ Log
constructor
A new instance of Log.
Methods inherited from Base
#new_record?, #save, #sync, #sync!
Constructor Details
#initialize(doc_id, message) ⇒ Log
Returns a new instance of Log.
13 14 15 16 17 |
# File 'lib/google/log.rb', line 13 def initialize(doc_id, ) super doc_id @message = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Google::Base