Class: SiriSendCommands

Inherits:
SiriObject show all
Defined in:
lib/siri_objects.rb

Overview

Commands

Instance Attribute Summary

Attributes inherited from SiriObject

#group, #klass, #properties

Instance Method Summary collapse

Methods inherited from SiriObject

#make_root, #to_hash

Constructor Details

#initialize(commands = []) ⇒ SiriSendCommands

Returns a new instance of SiriSendCommands.



168
169
170
171
# File 'lib/siri_objects.rb', line 168

def initialize(commands=[])
  super("SendCommands", "com.apple.ace.system")
  self.commands=commands
end