Class: SkypeAPI::ApplescriptConnection
- Inherits:
-
Object
- Object
- SkypeAPI::ApplescriptConnection
- Includes:
- Appscript
- Defined in:
- lib/skype-api/connection/applescript_connection.rb
Instance Method Summary collapse
- #exec(str) ⇒ Object
-
#initialize ⇒ ApplescriptConnection
constructor
A new instance of ApplescriptConnection.
Constructor Details
#initialize ⇒ ApplescriptConnection
Returns a new instance of ApplescriptConnection.
5 6 7 |
# File 'lib/skype-api/connection/applescript_connection.rb', line 5 def initialize @api_reference = app("Skype"); end |