Class: SkypeR::Service::CommandMessage

Inherits:
MessageBase show all
Defined in:
lib/skyper/service.rb

Instance Attribute Summary

Attributes inherited from MessageBase

#command_id, #statement

Instance Method Summary collapse

Constructor Details

#initialize(statement) ⇒ CommandMessage

Returns a new instance of CommandMessage.



81
82
83
84
# File 'lib/skyper/service.rb', line 81

def initialize(statement)
  @statement = statement
  @command_id = UUID.timestamp_create.to_i
end