Class: Urbit::PokeMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/urbit/poke_message.rb

Instance Attribute Summary

Attributes inherited from Message

#app, #channel, #contents, #id, #mark

Instance Method Summary collapse

Methods inherited from Message

#action, #channel_url, #request_body, #ship, #to_a, #to_h, #to_s, #transmit

Constructor Details

#initialize(channel:, app:, mark:, a_message_hash:) ⇒ PokeMessage

Returns a new instance of PokeMessage.



3
4
5
# File 'lib/urbit/poke_message.rb', line 3

def initialize(channel:, app:, mark:, a_message_hash:)
  super(channel: channel, app: app, mark: mark, contents: a_message_hash)
end