Class: MAndM::Server
- Inherits:
-
Object
- Object
- MAndM::Server
- Defined in:
- lib/m_and_m/server.rb
Instance Method Summary collapse
Instance Method Details
#messages ⇒ Object
6 7 8 |
# File 'lib/m_and_m/server.rb', line 6 def HTTParty.get end |
#say(to_uuid, message_id) ⇒ Object
10 11 12 13 14 |
# File 'lib/m_and_m/server.rb', line 10 def say to_uuid, HTTParty.post base_url, body: (to_uuid, ), headers: headers end |