class Stealth::ServiceMessage

Attributes

attachments[RW]
location[RW]
message[RW]
payload[RW]
referral[RW]
sender_id[RW]
service[RW]
timestamp[RW]

Public Class Methods

new(service:) click to toggle source
# File lib/stealth/service_message.rb, line 10
def initialize(service:)
  @service = service
  @attachments = []
  @location = {}
end