Top Level Namespace
Defined Under Namespace
Modules: IrisRb
Instance Method Summary collapse
Instance Method Details
#msg ⇒ Object
300 301 302 |
# File 'lib/iris_rb/client.rb', line 300 def msg $msg end |
#reply(message) ⇒ Object
292 293 294 |
# File 'lib/iris_rb/client.rb', line 292 def reply() $client&.reply() end |
#send_image(room_id, file_path) ⇒ Object
296 297 298 |
# File 'lib/iris_rb/client.rb', line 296 def send_image(room_id, file_path) $client.send_image(room_id, file_path) end |