class Urbit::PokeMessage

Public Class Methods

new(channel:, app:, mark:, a_string:) click to toggle source
Calls superclass method Urbit::Message::new
# File lib/urbit/poke_message.rb, line 3
def initialize(channel:, app:, mark:, a_string:)
  super(channel: channel, app: app, mark: mark, contents: a_string)
end