Class: Urbit::PokeMessage
Instance Attribute Summary
Attributes inherited from Message
#app, #channel, #contents, #id, #mark
Instance Method Summary collapse
-
#initialize(channel:, app:, mark:, a_message_hash:) ⇒ PokeMessage
constructor
A new instance of PokeMessage.
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: ) end |